Searched refs:second_sequence (Results 1 – 1 of 1) sorted by relevance
681 const unsigned char *second_sequence = first_sequence + 6; in utf16_literal_to_utf8() local685 if ((input_end - second_sequence) < 6) in utf16_literal_to_utf8()691 if ((second_sequence[0] != '\\') || (second_sequence[1] != 'u')) in utf16_literal_to_utf8()698 second_code = parse_hex4(second_sequence + 2); in utf16_literal_to_utf8()