Searched refs:utf16_lo (Results 1 – 2 of 2) sorted by relevance
301 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;
1238 int utf32, utf16_hi, utf16_lo; in php_json_scan() local1240 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 6 milliseconds