Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2288 *offsetptr = (PCRE2_SIZE)(ptr - cb->start_pattern); in read_name()
2404 cb->start_pattern - (PCRE2_SIZE)previous_callout[1]); in manage_callouts()
2935 offset = (PCRE2_SIZE)(ptr - cb->start_pattern - 1); in parse_regex()
4111 offset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex()
4703 cb->erroroffset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex()
5222 cb->erroroffset = name - cb->start_pattern; in find_dupname_details()
6233 name = cb->start_pattern + offset; in compile_branch()
6653 name = cb->start_pattern + offset; in compile_branch()
6768 pp = cb->start_pattern + offset; in compile_branch()
9193 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 43 milliseconds