Searched defs:ustr (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_5/ext/intl/collator/ |
| H A D | collator_convert.c | 221 UChar* ustr = NULL; local 227 &ustr, &ustr_len, 235 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); 248 UChar* ustr = NULL; local 300 &ustr, &ustr_len, 310 ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE ); 312 /* Don't free ustr cause it's set in zstr without copy. 313 * efree( ustr );
|
| H A D | collator_sort.c | 550 UChar* ustr = NULL; local 585 &ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) ); 594 efree( ustr ); 600 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, 0); 602 efree( ustr ); 606 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, key_len); 607 efree( ustr );
|
| /PHP_5_5/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 402 UChar *ustr; local 443 ustr = NULL; 446 intl_convert_utf8_to_utf16(&ustr, &ustr_len, (char *)str, str_len, &status); 454 if (ustr) { 455 efree( ustr ); 466 ubrk_setText(bi, ustr, ustr_len, &status); 494 if (ustr) { 495 efree(ustr); 508 intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ustr_len - sub_str_start_pos, &status); 510 if (ustr) { 796 UChar *ustr; local [all...] |
| /PHP_5_5/ext/intl/timezone/ |
| H A D | timezone_class.cpp | 289 UnicodeString ustr; local 308 tz->getID(ustr); 310 ustr.getBuffer(), ustr.length(), &uec);
|
| /PHP_5_5/ext/intl/transliterator/ |
| H A D | transliterator_methods.c | 302 UChar *ustr = NULL, local 384 intl_convert_utf8_to_utf16( &ustr, &ustr_len, str, str_len, 413 memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); 450 if( ustr ) 451 efree( ustr );
|
Completed in 6 milliseconds