Searched refs:utf16_len (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/intl/collator/ |
H A D | collator_sort.c | 378 int utf16_len = 0; /* length of converted string */ in PHP_FUNCTION() local 425 utf16_len = utf16_buf_size; in PHP_FUNCTION() 430 …intl_convert_utf8_to_utf16( &utf16_buf, &utf16_len, Z_STRVAL_PP( hashData ), Z_STRLEN_PP( hashData… in PHP_FUNCTION() 449 utf16_len = 0; in PHP_FUNCTION() 450 utf16_buf[utf16_len] = 0; in PHP_FUNCTION() 453 if( (utf16_len + 1) > utf16_buf_size ) in PHP_FUNCTION() 454 utf16_buf_size = utf16_len + 1; in PHP_FUNCTION() 461 utf16_len, in PHP_FUNCTION() 475 …sortKeyLen = ucol_getSortKey( co->ucoll, utf16_buf, utf16_len, (uint8_t*)sortKeyBuf + sortKeyBufOf… in PHP_FUNCTION()
|
/PHP-5.4/ext/json/ |
H A D | json.c | 657 int utf16_len; in php_json_decode_ex() local 664 utf16_len = json_utf8_to_utf16(utf16, str, str_len); in php_json_decode_ex() 665 if (utf16_len <= 0) { in php_json_decode_ex() 681 if (parse_JSON_ex(jp, z, utf16, utf16_len, options TSRMLS_CC)) { in php_json_decode_ex()
|
Completed in 10 milliseconds