Searched refs:start_pattern (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/intl/tests/ |
H A D | dateformat_get_set_pattern.phpt | 26 $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 D | dateformat_get_set_pattern2.phpt | 26 $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 D | dateformat_clone.phpt | 14 $start_pattern = 'dd-MM-YY'; 15 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
|
H A D | dateformat_clone2.phpt | 14 $start_pattern = 'dd-MM-YY'; 15 …FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN , $start_pattern );
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 50 #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 D | pcre_internal.h | 2395 const pcre_uchar *start_pattern; /* The start of the pattern */ member
|
Completed in 59 milliseconds