Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/tests/
H A Ddateformat_get_set_pattern.phpt26 $start_pattern = 'dd-MM-YY';
27 $res_str .= "\nCreating IntlDateFormatter with pattern = $start_pattern ";
28 …RT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
29 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
H A Ddateformat_get_set_pattern2.phpt26 $start_pattern = 'dd-MM-YY';
27 $res_str .= "\nCreating IntlDateFormatter with pattern = $start_pattern ";
28 …RT, IntlDateFormatter::SHORT , 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
29 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
H A Ddateformat_clone.phpt14 $start_pattern = 'dd-MM-YY';
15 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
H A Ddateformat_clone2.phpt14 $start_pattern = 'dd-MM-YY';
15 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c50 #define PSSTART start_pattern /* Field containing processed string start */
1633 pcre_uchar *ptr = (pcre_uchar *)cd->start_pattern; in find_parens()
2866 PUT(code, 0, (int)(ptr - cd->start_pattern)); /* Pattern offset */ in auto_callout()
2892 int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2)); in complete_callout()
6030 PUT(code, 0, (int)(ptr - cd->start_pattern + 1)); /* Pattern offset */ in compile_branch()
8017 cd->start_pattern = (const pcre_uchar *)pattern; in pcre_compile2()
H A Dpcre_internal.h2395 const pcre_uchar *start_pattern; /* The start of the pattern */ member

Completed in 35 milliseconds