Lines Matching defs:msg
11 const char * msg = "Hello "; in test_txt_should_insert_string_into_another() local
25 const char * msg = "Hello "; in test_txt_should_handle_null_pointers_when_inserting() local
43 char msg[] = "Hello World"; in test_txt_cut_happy_path() local
52 char msg[] = "Hello World"; in test_txt_cut_should_handle_len_longer_than_string_length() local
61 char msg[] = "Hello World!"; in test_txt_get_encoded_next_should_decode_valid_ascii() local
71 char msg[] = "\xc3\xb1"; in test_txt_get_encoded_next_detect_valid_2_byte_input() local
81 char msg[] = "\xc3\x28"; in test_txt_get_encoded_next_detect_invalid_2_byte_input() local
91 char msg[] = "\xe2\x82\xa1"; in test_txt_get_encoded_next_detect_valid_3_byte_input() local
101 char msg[] = "\xe2\x28\xa1"; in test_txt_get_encoded_next_detect_invalid_3_byte_input() local
111 char msg[] = "\xf0\x90\x8c\xbc"; in test_txt_get_encoded_next_detect_valid_4_byte_input() local
121 char msg[] = "\xf0\x28\x8c\x28"; in test_txt_get_encoded_next_detect_invalid_4_byte_input() local