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