Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Ddateformat_get_set_pattern2.phpt24 $start_pattern = 'dd-MM-YY';
25 $res_str .= "\nCreating IntlDateFormatter with pattern = $start_pattern ";
26 …RT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
27 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
H A Ddateformat_clone2.phpt13 $start_pattern = 'dd-MM-YY';
14 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2309 *offsetptr = (PCRE2_SIZE)(ptr - cb->start_pattern); in read_name()
2425 cb->start_pattern - (PCRE2_SIZE)previous_callout[1]); in manage_callouts()
2956 offset = (PCRE2_SIZE)(ptr - cb->start_pattern - 1); in parse_regex()
4132 offset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex()
4725 cb->erroroffset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex()
5244 cb->erroroffset = name - cb->start_pattern; in find_dupname_details()
6255 name = cb->start_pattern + offset; in compile_branch()
6675 name = cb->start_pattern + offset; in compile_branch()
6790 pp = cb->start_pattern + offset; in compile_branch()
9225 name = cb->start_pattern + offset; in get_branchlength()
[all …]
H A Dpcre2_intmodedep.h723 PCRE2_SPTR start_pattern; /* The start of the pattern */ member

Completed in 38 milliseconds