Lines Matching defs:void
9 void test_txt_should_insert_string_into_another(void) in test_txt_should_insert_string_into_another() argument
23 void test_txt_should_handle_null_pointers_when_inserting(void) in test_txt_should_handle_null_pointers_when_inserting() argument
36 void test_txt_cut_should_handle_null_pointer_to_txt(void) in test_txt_cut_should_handle_null_pointer_to_txt() argument
41 void test_txt_cut_happy_path(void) in test_txt_cut_happy_path() argument
50 void test_txt_cut_should_handle_len_longer_than_string_length(void) in test_txt_cut_should_handle_len_longer_than_string_length() argument
59 void test_txt_get_encoded_next_should_decode_valid_ascii(void) in test_txt_get_encoded_next_should_decode_valid_ascii() argument
69 void test_txt_get_encoded_next_detect_valid_2_byte_input(void) in test_txt_get_encoded_next_detect_valid_2_byte_input() argument
79 void test_txt_get_encoded_next_detect_invalid_2_byte_input(void) in test_txt_get_encoded_next_detect_invalid_2_byte_input() argument
89 void test_txt_get_encoded_next_detect_valid_3_byte_input(void) in test_txt_get_encoded_next_detect_valid_3_byte_input() argument
99 void test_txt_get_encoded_next_detect_invalid_3_byte_input(void) in test_txt_get_encoded_next_detect_invalid_3_byte_input() argument
109 void test_txt_get_encoded_next_detect_valid_4_byte_input(void) in test_txt_get_encoded_next_detect_valid_4_byte_input() argument
119 void test_txt_get_encoded_next_detect_invalid_4_byte_input(void) in test_txt_get_encoded_next_detect_invalid_4_byte_input() argument
130 void test_txt_next_line_should_handle_empty_string(void) in test_txt_next_line_should_handle_empty_string() argument