Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_parse.c38 UChar* text_utf16 = NULL; in internal_parse_to_timestamp() local
42 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_timestamp()
45 …timestamp = udat_parse( DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA… in internal_parse_to_timestamp()
46 if( text_utf16 ){ in internal_parse_to_timestamp()
47 efree(text_utf16); in internal_parse_to_timestamp()
82 UChar* text_utf16 = NULL; in internal_parse_to_localtime() local
87 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_localtime()
91 …udat_parseCalendar( DATE_FORMAT_OBJECT(dfo), parsed_calendar, text_utf16, text_utf16_len, parse_po… in internal_parse_to_localtime()
93 if (text_utf16) { in internal_parse_to_localtime()
94 efree(text_utf16); in internal_parse_to_localtime()

Completed in 4 milliseconds