Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c378 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.3/ext/json/
H A Djson.c491 int utf16_len; in php_json_decode() local
498 utf16_len = utf8_to_utf16(utf16, str, str_len); in php_json_decode()
499 if (utf16_len <= 0) { in php_json_decode()
515 if (parse_JSON(jp, z, utf16, utf16_len, assoc TSRMLS_CC)) { in php_json_decode()

Completed in 12 milliseconds