Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_parse.c42 int32_t text_utf16_len = 0; 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()
88 int32_t text_utf16_len = 0; 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()

Completed in 6 milliseconds