Home
last modified time | relevance | path

Searched refs:text_utf16 (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_parse.c41 UChar* text_utf16 = NULL; in internal_parse_to_timestamp() local
45 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_timestamp()
48 …timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA… in internal_parse_to_timestamp()
49 if( text_utf16 ){ in internal_parse_to_timestamp()
50 efree(text_utf16); in internal_parse_to_timestamp()
87 UChar* text_utf16 = NULL; in internal_parse_to_localtime() local
92 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_localtime()
96 …udat_parseCalendar( DATE_FORMAT_OBJECT(dfo), parsed_calendar, text_utf16, text_utf16_len, parse_po… in internal_parse_to_localtime()
98 if (text_utf16) { in internal_parse_to_localtime()
99 efree(text_utf16); in internal_parse_to_localtime()

Completed in 4 milliseconds