Home
last modified time | relevance | path

Searched refs:getPattern (Results 1 – 7 of 7) sorted by relevance

/PHP-5.3/ext/intl/doc/
H A Dmsgfmt_api.php79 public function getPattern() {} function in MessageFormatter
H A Ddatefmt_api.php212 public function getPattern() {} function in DateFormatter
H A Dformatter_api.php301 public function getPattern() {} function in NumberFormatter
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c151 PHP_NAMED_FE( getPattern, ZEND_FN( msgfmt_get_pattern ), arginfo_messageformatter_geterrormessage )
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_class.c171 PHP_NAMED_FE( getPattern, ZEND_FN( datefmt_get_pattern ), arginfo_intldateformatter_getdatetype )
/PHP-5.3/ext/intl/formatter/
H A Dformatter_class.c185 PHP_NAMED_FE( getPattern, ZEND_FN( numfmt_get_pattern ), arginfo_numberformatter_getpattern )
/PHP-5.3/ext/intl/tests/
H A Dut_common.inc191 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : numfmt_get_pattern( $fmt );
317 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : msgfmt_get_pattern( $fmt );
362 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : datefmt_get_pattern( $fmt );

Completed in 20 milliseconds