text_utf16         41 ext/intl/dateformat/dateformat_parse.c 	UChar* 	text_utf16  = NULL;
text_utf16         45 ext/intl/dateformat/dateformat_parse.c 	intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo));
text_utf16         48 ext/intl/dateformat/dateformat_parse.c 	timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA_ERROR_CODE(dfo));
text_utf16         49 ext/intl/dateformat/dateformat_parse.c 	if( text_utf16 ){
text_utf16         50 ext/intl/dateformat/dateformat_parse.c 		efree(text_utf16);
text_utf16         87 ext/intl/dateformat/dateformat_parse.c 	UChar*  	text_utf16  = NULL;
text_utf16         92 ext/intl/dateformat/dateformat_parse.c 	intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo));
text_utf16         96 ext/intl/dateformat/dateformat_parse.c 	udat_parseCalendar( DATE_FORMAT_OBJECT(dfo), parsed_calendar, text_utf16, text_utf16_len, parse_pos, &INTL_DATA_ERROR_CODE(dfo));
text_utf16         98 ext/intl/dateformat/dateformat_parse.c 	if (text_utf16) {
text_utf16         99 ext/intl/dateformat/dateformat_parse.c 		efree(text_utf16);