Home
last modified time | relevance | path

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

/PHP-7.0/ext/json/
H A Djson_scanner.re69 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start)
81 return php_json_ucs2_to_int_ex(s, size, 1);
303 utf16_lo = php_json_ucs2_to_int_ex(s, 4, 7);
H A Djson_scanner.c70 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start) in php_json_ucs2_to_int_ex() function
82 return php_json_ucs2_to_int_ex(s, size, 1); in php_json_ucs2_to_int()
1240 utf16_lo = php_json_ucs2_to_int_ex(s, 4, 7); in php_json_scan()

Completed in 105 milliseconds