ustr 196 ext/intl/collator/collator_convert.c UChar* ustr = NULL; ustr 202 ext/intl/collator/collator_convert.c &ustr, &ustr_len, ustr 210 ext/intl/collator/collator_convert.c ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); ustr 212 ext/intl/collator/collator_convert.c efree((char *)ustr); ustr 225 ext/intl/collator/collator_convert.c UChar* ustr = NULL; ustr 277 ext/intl/collator/collator_convert.c &ustr, &ustr_len, ustr 287 ext/intl/collator/collator_convert.c ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len)); ustr 289 ext/intl/collator/collator_convert.c efree((char *)ustr); ustr 549 ext/intl/collator/collator_sort.c UChar* ustr = NULL; ustr 584 ext/intl/collator/collator_sort.c &ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) ); ustr 593 ext/intl/collator/collator_sort.c efree( ustr ); ustr 599 ext/intl/collator/collator_sort.c key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, NULL, 0); ustr 601 ext/intl/collator/collator_sort.c efree( ustr ); ustr 605 ext/intl/collator/collator_sort.c key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); ustr 606 ext/intl/collator/collator_sort.c efree( ustr ); ustr 375 ext/intl/grapheme/grapheme_string.c UChar *ustr; ustr 427 ext/intl/grapheme/grapheme_string.c ustr = NULL; ustr 430 ext/intl/grapheme/grapheme_string.c intl_convert_utf8_to_utf16(&ustr, &ustr_len, str, str_len, &status); ustr 438 ext/intl/grapheme/grapheme_string.c if (ustr) { ustr 439 ext/intl/grapheme/grapheme_string.c efree( ustr ); ustr 450 ext/intl/grapheme/grapheme_string.c ubrk_setText(bi, ustr, ustr_len, &status); ustr 478 ext/intl/grapheme/grapheme_string.c if (ustr) { ustr 479 ext/intl/grapheme/grapheme_string.c efree(ustr); ustr 491 ext/intl/grapheme/grapheme_string.c u8_sub_str = intl_convert_utf16_to_utf8(ustr + sub_str_start_pos, ustr_len - sub_str_start_pos, &status); ustr 493 ext/intl/grapheme/grapheme_string.c if (ustr) { ustr 494 ext/intl/grapheme/grapheme_string.c efree( ustr ); ustr 515 ext/intl/grapheme/grapheme_string.c if (ustr) { ustr 516 ext/intl/grapheme/grapheme_string.c efree(ustr); ustr 552 ext/intl/grapheme/grapheme_string.c efree(ustr); ustr 562 ext/intl/grapheme/grapheme_string.c efree(ustr); ustr 567 ext/intl/grapheme/grapheme_string.c u8_sub_str = intl_convert_utf16_to_utf8(ustr + sub_str_start_pos, ( sub_str_end_pos - sub_str_start_pos ), &status); ustr 569 ext/intl/grapheme/grapheme_string.c efree( ustr ); ustr 786 ext/intl/grapheme/grapheme_string.c UChar *ustr; ustr 873 ext/intl/grapheme/grapheme_string.c ustr = NULL; ustr 876 ext/intl/grapheme/grapheme_string.c intl_convert_utf8_to_utf16(&ustr, &ustr_len, pstr, str_len, &status ); ustr 885 ext/intl/grapheme/grapheme_string.c if ( NULL != ustr ) ustr 886 ext/intl/grapheme/grapheme_string.c efree( ustr ); ustr 895 ext/intl/grapheme/grapheme_string.c ubrk_setText(bi, ustr, ustr_len, &status); ustr 904 ext/intl/grapheme/grapheme_string.c if (ustr) { ustr 905 ext/intl/grapheme/grapheme_string.c efree(ustr); ustr 298 ext/intl/transliterator/transliterator_methods.c UChar *ustr = NULL, ustr 380 ext/intl/transliterator/transliterator_methods.c intl_convert_utf8_to_utf16( &ustr, &ustr_len, str, str_len, ustr 409 ext/intl/transliterator/transliterator_methods.c memcpy( uresult, ustr, ustr_len * sizeof( UChar ) ); ustr 446 ext/intl/transliterator/transliterator_methods.c if( ustr ) ustr 447 ext/intl/transliterator/transliterator_methods.c efree( ustr );