Home
last modified time | relevance | path

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

/PHP-7.0/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.0/ext/intl/collator/
H A Dcollator_convert.c196 UChar* ustr = NULL; in collator_convert_zstr_utf8_to_utf16() local
202 &ustr, &ustr_len, in collator_convert_zstr_utf8_to_utf16()
210 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_zstr_utf8_to_utf16()
212 efree((char *)ustr); in collator_convert_zstr_utf8_to_utf16()
225 UChar* ustr = NULL; in collator_convert_object_to_string() local
277 &ustr, &ustr_len, in collator_convert_object_to_string()
287 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); in collator_convert_object_to_string()
289 efree((char *)ustr); in collator_convert_object_to_string()
H A Dcollator_sort.c553 UChar* ustr = NULL; in PHP_FUNCTION() local
588 &ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
597 efree( ustr ); in PHP_FUNCTION()
603 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); in PHP_FUNCTION()
605 efree( ustr ); in PHP_FUNCTION()
609 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
610 efree( ustr ); in PHP_FUNCTION()
/PHP-7.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-7.0/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.0/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 38 milliseconds