Searched refs:start_pattern (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/intl/tests/ |
H A D | dateformat_get_set_pattern2.phpt | 24 $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 D | dateformat_clone2.phpt | 13 $start_pattern = 'dd-MM-YY'; 14 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 2396 *offsetptr = (PCRE2_SIZE)(ptr - cb->start_pattern); in read_name() 2512 cb->start_pattern - (PCRE2_SIZE)previous_callout[1]); in manage_callouts() 3043 offset = (PCRE2_SIZE)(ptr - cb->start_pattern - 1); in parse_regex() 4219 offset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex() 4812 cb->erroroffset = (PCRE2_SIZE)(ptr - cb->start_pattern); in parse_regex() 5331 cb->erroroffset = name - cb->start_pattern; in find_dupname_details() 6345 name = cb->start_pattern + offset; in compile_branch() 6765 name = cb->start_pattern + offset; in compile_branch() 6880 pp = cb->start_pattern + offset; in compile_branch() 9319 name = cb->start_pattern + offset; in get_branchlength() [all …]
|
H A D | pcre2_intmodedep.h | 727 PCRE2_SPTR start_pattern; /* The start of the pattern */ member
|
Completed in 30 milliseconds