text_len           37 ext/intl/dateformat/dateformat_parse.c static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, size_t text_len, int32_t *parse_pos, zval *return_value)
text_len           45 ext/intl/dateformat/dateformat_parse.c 	intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo));
text_len           84 ext/intl/dateformat/dateformat_parse.c static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, size_t text_len, int32_t *parse_pos, zval *return_value)
text_len           92 ext/intl/dateformat/dateformat_parse.c 	intl_convert_utf8_to_utf16(&text_utf16, &text_utf16_len, text_to_parse, text_len, &INTL_DATA_ERROR_CODE(dfo));
text_len          131 ext/intl/dateformat/dateformat_parse.c 	size_t          text_len =0;
text_len          139 ext/intl/dateformat/dateformat_parse.c 		&object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){
text_len          151 ext/intl/dateformat/dateformat_parse.c 		if(parse_pos > text_len) {
text_len          155 ext/intl/dateformat/dateformat_parse.c 	internal_parse_to_timestamp( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value);
text_len          170 ext/intl/dateformat/dateformat_parse.c 	size_t          text_len =0;
text_len          178 ext/intl/dateformat/dateformat_parse.c 		&object, IntlDateFormatter_ce_ptr, &text_to_parse, &text_len, &z_parse_pos ) == FAILURE ){
text_len          190 ext/intl/dateformat/dateformat_parse.c 		if(parse_pos > text_len) {
text_len          194 ext/intl/dateformat/dateformat_parse.c 	internal_parse_to_localtime( dfo, text_to_parse, text_len, z_parse_pos?&parse_pos:NULL, return_value);
text_len           31 ext/intl/spoofchecker/spoofchecker_main.c 	size_t text_len;
text_len           35 ext/intl/spoofchecker/spoofchecker_main.c 	if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &text, &text_len, &error_code)) {
text_len           41 ext/intl/spoofchecker/spoofchecker_main.c 	ret = uspoof_checkUTF8(co->uspoof, text, text_len, NULL, SPOOFCHECKER_ERROR_CODE_P(co));