Searched refs:setPattern (Results 1 – 9 of 9) sorted by relevance
/PHP-5.5/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 | ut_common.inc | 175 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : numfmt_set_pattern( $fmt, $pattern ); 313 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : msgfmt_set_pattern( $fmt, $pattern ); 366 …return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : datefmt_set_pattern( $fmt , $pattern);
|
/PHP-5.5/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-5.5/ext/intl/msgformat/ |
H A D | msgformat_class.c | 151 PHP_NAMED_FE( setPattern, ZEND_FN( msgfmt_set_pattern ), arginfo_messageformatter_setpattern )
|
/PHP-5.5/ext/intl/formatter/ |
H A D | formatter_class.c | 185 PHP_NAMED_FE( setPattern, ZEND_FN( numfmt_set_pattern ), arginfo_numberformatter_setpattern )
|
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat_class.c | 182 PHP_NAMED_FE( setPattern, ZEND_FN( datefmt_set_pattern ), arginfo_intldateformatter_setpattern )
|
Completed in 19 milliseconds