ustr              221 ext/intl/collator/collator_convert.c 	UChar* ustr       = NULL;
ustr              227 ext/intl/collator/collator_convert.c 			&ustr, &ustr_len,
ustr              235 ext/intl/collator/collator_convert.c 	ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE );
ustr              248 ext/intl/collator/collator_convert.c 	UChar* ustr       = NULL;
ustr              300 ext/intl/collator/collator_convert.c 			&ustr, &ustr_len,
ustr              310 ext/intl/collator/collator_convert.c 	ZVAL_STRINGL( zstr, (char*)ustr, UBYTES(ustr_len), FALSE );
ustr              550 ext/intl/collator/collator_sort.c 	UChar*           ustr     = NULL;
ustr              585 ext/intl/collator/collator_sort.c 		&ustr, &ustr_len, str, str_len, COLLATOR_ERROR_CODE_P( co ) );
ustr              594 ext/intl/collator/collator_sort.c 		efree( ustr );
ustr              600 ext/intl/collator/collator_sort.c 	key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, 0);
ustr              602 ext/intl/collator/collator_sort.c 		efree( ustr );
ustr              606 ext/intl/collator/collator_sort.c 	key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, key, key_len);
ustr              607 ext/intl/collator/collator_sort.c 	efree( ustr );
ustr              402 ext/intl/grapheme/grapheme_string.c 	UChar *ustr;
ustr              444 ext/intl/grapheme/grapheme_string.c 	ustr = NULL;
ustr              447 ext/intl/grapheme/grapheme_string.c 	intl_convert_utf8_to_utf16(&ustr, &ustr_len, (char *)str, str_len, &status);
ustr              455 ext/intl/grapheme/grapheme_string.c 		if (ustr) {
ustr              456 ext/intl/grapheme/grapheme_string.c 			efree( ustr );
ustr              467 ext/intl/grapheme/grapheme_string.c 	ubrk_setText(bi, ustr, ustr_len,	&status);
ustr              495 ext/intl/grapheme/grapheme_string.c 		if (ustr) {
ustr              496 ext/intl/grapheme/grapheme_string.c 			efree(ustr);
ustr              509 ext/intl/grapheme/grapheme_string.c 		intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ustr_len - sub_str_start_pos, &status);
ustr              511 ext/intl/grapheme/grapheme_string.c 		if (ustr) {
ustr              512 ext/intl/grapheme/grapheme_string.c 			efree( ustr );
ustr              536 ext/intl/grapheme/grapheme_string.c 		if (ustr) {
ustr              537 ext/intl/grapheme/grapheme_string.c 			efree(ustr);
ustr              573 ext/intl/grapheme/grapheme_string.c 			efree(ustr);
ustr              583 ext/intl/grapheme/grapheme_string.c 		efree(ustr);
ustr              589 ext/intl/grapheme/grapheme_string.c 	intl_convert_utf16_to_utf8((char **)&sub_str, &sub_str_len, ustr + sub_str_start_pos, ( sub_str_end_pos - sub_str_start_pos ), &status);
ustr              591 ext/intl/grapheme/grapheme_string.c 	efree( ustr );
ustr              812 ext/intl/grapheme/grapheme_string.c 	UChar *ustr;
ustr              902 ext/intl/grapheme/grapheme_string.c 	ustr = NULL;
ustr              905 ext/intl/grapheme/grapheme_string.c 	intl_convert_utf8_to_utf16(&ustr, &ustr_len, (char *)pstr, str_len, &status );
ustr              914 ext/intl/grapheme/grapheme_string.c 		if ( NULL != ustr )
ustr              915 ext/intl/grapheme/grapheme_string.c 			efree( ustr );
ustr              924 ext/intl/grapheme/grapheme_string.c 	ubrk_setText(bi, ustr, ustr_len, &status);
ustr              933 ext/intl/grapheme/grapheme_string.c 	if (ustr) {
ustr              934 ext/intl/grapheme/grapheme_string.c 		efree(ustr);
ustr              302 ext/intl/transliterator/transliterator_methods.c 	UChar		*ustr		= NULL,
ustr              384 ext/intl/transliterator/transliterator_methods.c 	intl_convert_utf8_to_utf16( &ustr, &ustr_len, str, str_len,
ustr              413 ext/intl/transliterator/transliterator_methods.c 		memcpy( uresult, ustr, ustr_len * sizeof( UChar ) );
ustr              450 ext/intl/transliterator/transliterator_methods.c 	if( ustr )
ustr              451 ext/intl/transliterator/transliterator_methods.c 		efree( ustr );