Home
last modified time | relevance | path

Searched refs:ustr (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/intl/grapheme/
H A Dgrapheme_string.c378 UChar *ustr; in PHP_FUNCTION() local
430 ustr = NULL; in PHP_FUNCTION()
441 if (ustr) { in PHP_FUNCTION()
481 if (ustr) { in PHP_FUNCTION()
482 efree(ustr); in PHP_FUNCTION()
496 if (ustr) { in PHP_FUNCTION()
518 if (ustr) { in PHP_FUNCTION()
519 efree(ustr); in PHP_FUNCTION()
555 efree(ustr); in PHP_FUNCTION()
565 efree(ustr); in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/intl/collator/
H A Dcollator_convert.c190 UChar* ustr = NULL; in collator_convert_zstr_utf8_to_utf16() local
196 &ustr, &ustr_len, in collator_convert_zstr_utf8_to_utf16()
204 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
206 efree((char *)ustr); in collator_convert_zstr_utf8_to_utf16()
219 UChar* ustr = NULL; in collator_convert_object_to_string() local
271 &ustr, &ustr_len, in collator_convert_object_to_string()
281 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
283 efree((char *)ustr); in collator_convert_object_to_string()
H A Dcollator_sort.c555 UChar* ustr = NULL; in PHP_FUNCTION() local
590 &ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
599 efree( ustr ); in PHP_FUNCTION()
605 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); in PHP_FUNCTION()
607 efree( ustr ); in PHP_FUNCTION()
611 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
612 efree( ustr ); in PHP_FUNCTION()
/PHP-7.2/ext/mbstring/tests/
H A Dbug30549.phpt15 $ustr = mb_convert_encoding(pack('C', $fromc), 'UCS-4BE', $enc);
16 foreach (unpack('Nc', $ustr) as $unic);
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_methods.c298 UChar *ustr = NULL, in PHP_FUNCTION() local
380 intl_convert_utf8_to_utf16( &ustr, &ustr_len, str, str_len, in PHP_FUNCTION()
409 memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); in PHP_FUNCTION()
446 if( ustr ) in PHP_FUNCTION()
447 efree( ustr ); in PHP_FUNCTION()
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.cpp291 UnicodeString ustr; in TimeZone_get_debug_info() local
313 tz->getID(ustr); in TimeZone_get_debug_info()
315 ustr.getBuffer(), ustr.length(), &uec); in TimeZone_get_debug_info()

Completed in 17 milliseconds