Home
last modified time | relevance | path

Searched refs:setPattern (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
17 $mf->setPattern("{0,ordinal} -- {1,number}");
H A Dformatter_clone.phpt18 $res = $fmt->setPattern("0.0" );
H A Ddateformat_bug71516.phpt13 $badFormatter2->setPattern("d MMM");
H A Dut_common.inc183 … 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.2/ext/intl/doc/
H A Dmsgfmt_api.php87 public function setPattern($pattern) {} function in MessageFormatter
H A Ddatefmt_api.php221 public function setPattern($pattern) {} function in DateFormatter
H A Dformatter_api.php269 public function setPattern($pattern) {} function in NumberFormatter
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_class.c134 PHP_NAMED_FE( setPattern, ZEND_FN( msgfmt_set_pattern ), arginfo_messageformatter_setpattern )
/PHP-7.2/ext/intl/formatter/
H A Dformatter_class.c166 PHP_NAMED_FE( setPattern, ZEND_FN( numfmt_set_pattern ), arginfo_numberformatter_setpattern )
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_class.c172 PHP_NAMED_FE( setPattern, ZEND_FN( datefmt_set_pattern ), arginfo_intldateformatter_setpattern )

Completed in 18 milliseconds