Home
last modified time | relevance | path

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

/php-src/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-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2482 *offsetptr = (PCRE2_SIZE)(ptr - cb->start_pattern); in read_name()
2600 cb->start_pattern - (PCRE2_SIZE)previous_callout[1]); in manage_callouts()
3236 offset = (PCRE2_SIZE)(ptr - cb->start_pattern - 1); in parse_regex()
4429 offset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex()
5024 cb->erroroffset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex()
5575 cb->erroroffset = name - cb->start_pattern; in find_dupname_details()
6608 name = cb->start_pattern + offset; in compile_branch()
7030 name = cb->start_pattern + offset; in compile_branch()
7145 pp = cb->start_pattern + offset; in compile_branch()
9633 name = cb->start_pattern + offset; in get_branchlength()
[all …]
H A Dpcre2_intmodedep.h729 PCRE2_SPTR start_pattern; /* The start of the pattern */ member

Completed in 39 milliseconds