Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_string.c404 UChar *ustr; in PHP_FUNCTION() local
446 ustr = NULL; in PHP_FUNCTION()
457 if (ustr) { in PHP_FUNCTION()
497 if (ustr) { in PHP_FUNCTION()
513 if (ustr) { in PHP_FUNCTION()
538 if (ustr) { in PHP_FUNCTION()
585 efree(ustr); in PHP_FUNCTION()
814 UChar *ustr; in PHP_FUNCTION() local
904 ustr = NULL; in PHP_FUNCTION()
935 if (ustr) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/collator/
H A Dcollator_convert.c221 UChar* ustr = NULL; in collator_convert_zstr_utf8_to_utf16() local
227 &ustr, &ustr_len, in collator_convert_zstr_utf8_to_utf16()
235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_zstr_utf8_to_utf16()
248 UChar* ustr = NULL; in collator_convert_object_to_string() local
300 &ustr, &ustr_len, in collator_convert_object_to_string()
310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); in collator_convert_object_to_string()
H A Dcollator_sort.c550 UChar* ustr = NULL; in PHP_FUNCTION() local
585 &ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
594 efree( ustr ); in PHP_FUNCTION()
600 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, 0); in PHP_FUNCTION()
602 efree( ustr ); in PHP_FUNCTION()
606 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, key_len); in PHP_FUNCTION()
607 efree( ustr ); in PHP_FUNCTION()
/PHP-5.5/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-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c302 UChar *ustr = NULL, in PHP_FUNCTION() local
384 intl_convert_utf8_to_utf16( &ustr, &ustr_len, str, str_len, in PHP_FUNCTION()
413 memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); in PHP_FUNCTION()
450 if( ustr ) in PHP_FUNCTION()
451 efree( ustr ); in PHP_FUNCTION()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp289 UnicodeString ustr; in TimeZone_get_debug_info() local
308 tz->getID(ustr); in TimeZone_get_debug_info()
310 ustr.getBuffer(), ustr.length(), &uec); in TimeZone_get_debug_info()

Completed in 17 milliseconds