Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_string.c380 UChar *ustr; in PHP_FUNCTION() local
432 ustr = NULL; in PHP_FUNCTION()
443 if (ustr) { in PHP_FUNCTION()
483 if (ustr) { in PHP_FUNCTION()
484 efree(ustr); in PHP_FUNCTION()
498 if (ustr) { in PHP_FUNCTION()
520 if (ustr) { in PHP_FUNCTION()
521 efree(ustr); in PHP_FUNCTION()
557 efree(ustr); in PHP_FUNCTION()
567 efree(ustr); in PHP_FUNCTION()
[all …]
/PHP-7.4/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.4/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.4/ext/intl/transliterator/
H A Dtransliterator_methods.c298 UChar *ustr = NULL, in PHP_FUNCTION() local
379 intl_convert_utf8_to_utf16( &ustr, &ustr_len, str, str_len, in PHP_FUNCTION()
408 memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); in PHP_FUNCTION()
445 if( ustr ) in PHP_FUNCTION()
446 efree( ustr ); in PHP_FUNCTION()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp295 UnicodeString ustr; in TimeZone_get_debug_info() local
316 tz->getID(ustr); in TimeZone_get_debug_info()
318 ustr.getBuffer(), ustr.length(), &uec); in TimeZone_get_debug_info()

Completed in 16 milliseconds