Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c337 UChar *ustr; in PHP_FUNCTION() local
385 ustr = NULL; in PHP_FUNCTION()
396 if (ustr) { in PHP_FUNCTION()
434 if (ustr) { in PHP_FUNCTION()
435 efree(ustr); in PHP_FUNCTION()
453 if (ustr) { in PHP_FUNCTION()
475 if (ustr) { in PHP_FUNCTION()
476 efree(ustr); in PHP_FUNCTION()
510 efree(ustr); in PHP_FUNCTION()
518 efree(ustr); in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/intl/collator/
H A Dcollator_convert.c188 UChar* ustr = NULL; in collator_convert_zstr_utf8_to_utf16() local
194 &ustr, &ustr_len, in collator_convert_zstr_utf8_to_utf16()
203 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
205 efree((char *)ustr); in collator_convert_zstr_utf8_to_utf16()
218 UChar* ustr = NULL; in collator_convert_object_to_string() local
245 &ustr, &ustr_len, in collator_convert_object_to_string()
256 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
258 efree((char *)ustr); in collator_convert_object_to_string()
H A Dcollator_sort.c507 UChar* ustr = NULL; in PHP_FUNCTION() local
539 &ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
548 efree( ustr ); in PHP_FUNCTION()
554 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); in PHP_FUNCTION()
556 efree( ustr ); in PHP_FUNCTION()
560 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
561 efree( ustr ); in PHP_FUNCTION()
/PHP-8.0/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-8.0/ext/intl/transliterator/
H A Dtransliterator_methods.c268 UChar *ustr = NULL, in PHP_FUNCTION() local
339 intl_convert_utf8_to_utf16(&ustr, &ustr_len, str, str_len, TRANSLITERATOR_ERROR_CODE_P(to)); in PHP_FUNCTION()
366 memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); in PHP_FUNCTION()
403 if( ustr ) in PHP_FUNCTION()
404 efree( ustr ); in PHP_FUNCTION()
/PHP-8.0/ext/intl/timezone/
H A Dtimezone_class.cpp297 UnicodeString ustr; in TimeZone_get_debug_info() local
318 tz->getID(ustr); in TimeZone_get_debug_info()
320 ustr.getBuffer(), ustr.length(), &uec); in TimeZone_get_debug_info()

Completed in 19 milliseconds