Home
last modified time | relevance | path

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

/php-src/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
15 $mf->setPattern("{0,ordinal} -- {1,number}");
H A Dformatter_clone.phpt18 $res = $fmt->setPattern("0.0" );
H A Ddateformat_bug71516.phpt12 $badFormatter2->setPattern("d MMM");
H A Dgh13766.phpt9 $oIntlDateFormatter->setPattern('VV');
H A Dut_common.inc183 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : numfmt_set_pattern( $fmt, $pattern );
325 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : msgfmt_set_pattern( $fmt, $pattern );
378 …return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : datefmt_set_pattern( $fmt , $pattern);
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php46 public function setPattern(string $pattern): bool {} function in MessageFormatter
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php114 public function setPattern(string $pattern): bool {} function in IntlDateFormatter
/php-src/ext/intl/formatter/
H A Dformatter.stub.php263 public function setPattern(string $pattern): bool {} function in NumberFormatter

Completed in 12 milliseconds