Home
last modified time | relevance | path

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

/php-src/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()
48 if (text_utf16) { in internal_parse_to_timestamp()
49 efree(text_utf16); in internal_parse_to_timestamp()
54 …timestamp = udat_parse(DATE_FORMAT_OBJECT(dfo), text_utf16, text_utf16_len, parse_pos, &INTL_DATA_… in internal_parse_to_timestamp()
55 if (text_utf16) { in internal_parse_to_timestamp()
56 efree(text_utf16); in internal_parse_to_timestamp()
91 UChar* text_utf16 = NULL; in internal_parse_to_localtime() local
96 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_localtime()
102 if (text_utf16) { in internal_parse_to_localtime()
[all …]

Completed in 4 milliseconds