Searched refs:parse_hex4 (Results 1 – 3 of 3) sorted by relevance
140 static unsigned parse_hex4(const char *str) in parse_hex4() function180 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()
611 static unsigned parse_hex4(const unsigned char * const input) in parse_hex4() function665 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()
620 static unsigned parse_hex4(const unsigned char * const input) in parse_hex4() function674 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()