Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/tests/
H A Dbug60192-getlocale.phpt17 $c->getLocale(Locale::ACTUAL_LOCALE);
20 Catchable fatal error: Collator::getLocale(): Object not initialized in %s on line %d
H A Dut_common.inc72 return $GLOBALS['oo-mode'] ? $coll->getLocale( $type ) : collator_get_locale( $coll, $type );
195 return $GLOBALS['oo-mode'] ? $fmt->getLocale( $type ) : numfmt_get_locale( $fmt, $type );
321 return $GLOBALS['oo-mode'] ? $fmt->getLocale( ) : msgfmt_get_locale( $fmt );
370 return $GLOBALS['oo-mode'] ? $fmt->getLocale($type ) : datefmt_get_locale( $fmt ,$type);
/PHP-5.4/ext/intl/doc/
H A Dmsgfmt_api.php108 public function getLocale() {} function in MessageFormatter
H A Dcollator_api.php242 public function getLocale( $type ) {} function in Collator
H A Ddatefmt_api.php169 public function getLocale($type = ULOC_ACTUAL_LOCALE) {} function in DateFormatter
H A Dformatter_api.php308 public function getLocale($type = 0) {} function in NumberFormatter
/PHP-5.4/ext/intl/collator/
H A Dcollator_class.c127 PHP_NAMED_FE( getLocale, ZEND_FN( collator_get_locale ), collator_1_arg )
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_class.c153 PHP_NAMED_FE( getLocale, ZEND_FN( msgfmt_get_locale ), arginfo_messageformatter_geterrormessage )
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_class.c173 PHP_NAMED_FE( getLocale, ZEND_FN( datefmt_get_locale ), arginfo_intldateformatter_getdatetype )
/PHP-5.4/ext/intl/formatter/
H A Dformatter_class.c187 PHP_NAMED_FE( getLocale, ZEND_FN( numfmt_get_locale ), arginfo_numberformatter_getlocale )

Completed in 17 milliseconds