Home
last modified time | relevance | path

Searched refs:first_sequence (Results 1 - 1 of 1) sorted by relevance

/third_party/cJSON/
H A DcJSON.c899 const unsigned char *first_sequence = input_pointer; in utf16_literal_to_utf8() local
905 if ((input_end - first_sequence) < 6) in utf16_literal_to_utf8()
912 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()
923 const unsigned char *second_sequence = first_sequence + 6; in utf16_literal_to_utf8()

Completed in 4 milliseconds