Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_parse.c34 …to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, size_t text_len, int32_t *parse_p… 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()
87 …intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR… in internal_parse_to_localtime()
123 size_t text_len =0; in PHP_FUNCTION() local
131 &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ in PHP_FUNCTION()
148 if((size_t)parse_pos > text_len) { 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()
164 size_t text_len =0; in PHP_FUNCTION() local
172 &object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){ in PHP_FUNCTION()
189 if((size_t)parse_pos > text_len) { in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/intl/spoofchecker/
H A Dspoofchecker_main.c27 size_t text_len; in PHP_METHOD() local
31 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &text, &text_len, &error_code)) { in PHP_METHOD()
37 ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co)); in PHP_METHOD()
/PHP-8.0/ext/intl/
H A DERROR_CONVENTIONS.md114 &text, &text_len) == FAILURE) {

Completed in 8 milliseconds