Searched refs:first_sequence (Results 1 – 1 of 1) sorted by relevance
537 const unsigned char *first_sequence = input_pointer; in utf16_literal_to_utf8() local543 if ((input_end - first_sequence) < 6) in utf16_literal_to_utf8()550 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()561 const unsigned char *second_sequence = first_sequence + 6; in utf16_literal_to_utf8()