Searched refs:php_json_ucs2_to_int_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/json/ |
H A D | json_scanner.re | 81 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) 93 return php_json_ucs2_to_int_ex(s, size, 1); 328 utf16_lo = php_json_ucs2_to_int_ex(s, 4, 7);
|
H A D | json_scanner.c | 82 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) in php_json_ucs2_to_int_ex() function 94 return php_json_ucs2_to_int_ex(s, size, 1); in php_json_ucs2_to_int() 1355 utf16_lo = php_json_ucs2_to_int_ex(s, 4, 7); in php_json_scan() 1647 utf16_lo = php_json_ucs2_to_int_ex(s, 4, 7); in php_json_scan()
|
Completed in 6 milliseconds