Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c581 const unsigned char *first_sequence = input_pointer; in utf16_literal_to_utf8() local
587 if ((input_end - first_sequence) < 6) in utf16_literal_to_utf8()
594 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()
605 const unsigned char *second_sequence = first_sequence + 6; in utf16_literal_to_utf8()

Completed in 7 milliseconds