Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_parse.c34 static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, size_t … in internal_parse_to_timestamp() argument
42 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_timestamp()
79 static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, size_t … in internal_parse_to_localtime() argument
87 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_localtime()
122 char* text_to_parse = NULL; in PHP_FUNCTION() local
131 &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ in PHP_FUNCTION()
152 …internal_parse_to_timestamp( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_val… in PHP_FUNCTION()
163 char* text_to_parse = NULL; in PHP_FUNCTION() local
172 &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ in PHP_FUNCTION()
193 …internal_parse_to_localtime( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_val… in PHP_FUNCTION()

Completed in 4 milliseconds