Home
last modified time | relevance | path

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

/PHP-7.1/ext/json/
H A Djson_scanner.re301 int utf32, utf16_hi, utf16_lo;
302 utf16_hi = php_json_ucs2_to_int(s, 4);
304 utf32 = ((utf16_lo & 0x3FF) << 10) + (utf16_hi & 0x3FF) + 0x10000;
H A Djson_scanner.c1238 int utf32, utf16_hi, utf16_lo; in php_json_scan() local
1239 utf16_hi = php_json_ucs2_to_int(s, 4); in php_json_scan()
1241 utf32 = ((utf16_lo & 0x3FF) << 10) + (utf16_hi & 0x3FF) + 0x10000; in php_json_scan()

Completed in 8 milliseconds