Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/pcre/pcrelib/
H A Dpcre_compile.c50 #define PSSTART start_pattern /* Field containing pattern start */
4080 PUT(code, 0, (int)(ptr - cd->start_pattern)); /* Pattern offset */ in auto_callout()
4106 int length = (int)(ptr - cd->start_pattern - GET(previous_callout, 2)); in complete_callout()
7055 PUT(code, 0, (int)(ptr - cd->start_pattern + 1)); /* Pattern offset */ in compile_branch()
9302 cd->start_pattern = (const pcre_uchar *)pattern; in pcre_compile2()
H A Dpcre_internal.h2436 const pcre_uchar *start_pattern; /* The start of the pattern */ member

Completed in 43 milliseconds