Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c140 static unsigned parse_hex4(const char *str) in parse_hex4() function
180 uc=parse_hex4(ptr+1);ptr+=4; /* get the unicode char. */ in parse_string()
187 uc2=parse_hex4(ptr+3);ptr+=6; in parse_string()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c611 static unsigned parse_hex4(const unsigned char * const input) in parse_hex4() function
665 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()
693 second_code = parse_hex4(second_sequence + 2); in utf16_literal_to_utf8()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp620 static unsigned parse_hex4(const unsigned char * const input) in parse_hex4() function
674 first_code = parse_hex4(first_sequence + 2); in utf16_literal_to_utf8()
702 second_code = parse_hex4(second_sequence + 2); in utf16_literal_to_utf8()