Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/tests/
H A Dformatter_clone.phpt18 $res = $fmt->setPattern("0.0" );
H A Dut_common.inc175 … 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.4/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-5.4/ext/intl/msgformat/
H A Dmsgformat_class.c151 PHP_NAMED_FE( setPattern, ZEND_FN( msgfmt_set_pattern ), arginfo_messageformatter_setpattern )
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_class.c171 PHP_NAMED_FE( setPattern, ZEND_FN( datefmt_set_pattern ), arginfo_intldateformatter_setpattern )
/PHP-5.4/ext/intl/formatter/
H A Dformatter_class.c185 PHP_NAMED_FE( setPattern, ZEND_FN( numfmt_set_pattern ), arginfo_numberformatter_setpattern )

Completed in 36 milliseconds