Home
last modified time | relevance | path

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

/PHP-5.5/ext/json/
H A DJSON_parser.c273 static int dehexchar(char c) in dehexchar() function
502 utf16 = dehexchar(next_char) << 12; in parse_JSON_ex()
504 utf16 += dehexchar(next_char) << 8; in parse_JSON_ex()
506 utf16 += dehexchar(next_char) << 4; in parse_JSON_ex()
508 utf16 += dehexchar(next_char); in parse_JSON_ex()

Completed in 10 milliseconds