Lines Matching refs:text_len
37 …o_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_p… in internal_parse_to_timestamp() argument
45 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_timestamp()
84 …o_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_p… in internal_parse_to_localtime() argument
92 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_localtime()
131 int32_t text_len =0; in PHP_FUNCTION() local
139 &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ in PHP_FUNCTION()
150 if(parse_pos > text_len) { in PHP_FUNCTION()
154 …internal_parse_to_timestamp( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_val… in PHP_FUNCTION()
169 int32_t text_len =0; in PHP_FUNCTION() local
177 &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ in PHP_FUNCTION()
188 if(parse_pos > text_len) { in PHP_FUNCTION()
192 …internal_parse_to_localtime( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_val… in PHP_FUNCTION()