Home
last modified time | relevance | path

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

/PHP-7.1/ext/json/
H A Djson_scanner.re301 int utf32, utf16_hi, utf16_lo;
303 utf16_lo = php_json_ucs2_to_int_ex(s, 4, 7);
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
1240 utf16_lo = php_json_ucs2_to_int_ex(s, 4, 7); in php_json_scan()
1241 utf32 = ((utf16_lo & 0x3FF) << 10) + (utf16_hi & 0x3FF) + 0x10000; in php_json_scan()

Completed in 7 milliseconds