text_utf16_len     42 ext/intl/dateformat/dateformat_parse.c 	int32_t text_utf16_len = 0;
text_utf16_len     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_len     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_len     88 ext/intl/dateformat/dateformat_parse.c 	int32_t 	text_utf16_len = 0;
text_utf16_len     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_len     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));