Home
last modified time | relevance | path

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

/PHP-7.1/ext/json/
H A Djson_scanner.re79 static int php_json_ucs2_to_int(php_json_scanner *s, int size)
277 int utf16 = php_json_ucs2_to_int(s, 2);
284 int utf16 = php_json_ucs2_to_int(s, 3);
292 int utf16 = php_json_ucs2_to_int(s, 4);
302 utf16_hi = php_json_ucs2_to_int(s, 4);
H A Djson_scanner.c80 static int php_json_ucs2_to_int(php_json_scanner *s, int size) in php_json_ucs2_to_int() function
1174 int utf16 = php_json_ucs2_to_int(s, 2); in php_json_scan()
1183 int utf16 = php_json_ucs2_to_int(s, 3); in php_json_scan()
1193 int utf16 = php_json_ucs2_to_int(s, 4); in php_json_scan()
1239 utf16_hi = php_json_ucs2_to_int(s, 4); in php_json_scan()

Completed in 6 milliseconds