Searched refs:setPattern (Results 1 – 10 of 10) sorted by relevance
/PHP-7.1/ext/intl/tests/ |
H A D | msgfmt_setPattern_cache.phpt | 2 MessageFormatter::setPattern() invalidates arg types cache 17 $mf->setPattern("{0,ordinal} -- {1,number}");
|
H A D | formatter_clone.phpt | 18 $res = $fmt->setPattern("0.0" );
|
H A D | dateformat_bug71516.phpt | 13 $badFormatter2->setPattern("d MMM");
|
H A D | ut_common.inc | 183 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : numfmt_set_pattern( $fmt, $pattern ); 321 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : msgfmt_set_pattern( $fmt, $pattern ); 374 …return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : datefmt_set_pattern( $fmt , $pattern);
|
/PHP-7.1/ext/intl/doc/ |
H A D | msgfmt_api.php | 87 public function setPattern($pattern) {} function in MessageFormatter
|
H A D | datefmt_api.php | 221 public function setPattern($pattern) {} function in DateFormatter
|
H A D | formatter_api.php | 269 public function setPattern($pattern) {} function in NumberFormatter
|
/PHP-7.1/ext/intl/msgformat/ |
H A D | msgformat_class.c | 134 PHP_NAMED_FE( setPattern, ZEND_FN( msgfmt_set_pattern ), arginfo_messageformatter_setpattern )
|
/PHP-7.1/ext/intl/formatter/ |
H A D | formatter_class.c | 166 PHP_NAMED_FE( setPattern, ZEND_FN( numfmt_set_pattern ), arginfo_numberformatter_setpattern )
|
/PHP-7.1/ext/intl/dateformat/ |
H A D | dateformat_class.c | 172 PHP_NAMED_FE( setPattern, ZEND_FN( datefmt_set_pattern ), arginfo_intldateformatter_setpattern )
|
Completed in 25 milliseconds