Searched refs:getLocale (Results 1 – 10 of 10) sorted by relevance
/PHP-5.4/ext/intl/tests/ |
H A D | bug60192-getlocale.phpt | 17 $c->getLocale(Locale::ACTUAL_LOCALE); 20 Catchable fatal error: Collator::getLocale(): Object not initialized in %s on line %d
|
H A D | ut_common.inc | 72 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 D | msgfmt_api.php | 108 public function getLocale() {} function in MessageFormatter
|
H A D | collator_api.php | 242 public function getLocale( $type ) {} function in Collator
|
H A D | datefmt_api.php | 169 public function getLocale($type = ULOC_ACTUAL_LOCALE) {} function in DateFormatter
|
H A D | formatter_api.php | 308 public function getLocale($type = 0) {} function in NumberFormatter
|
/PHP-5.4/ext/intl/collator/ |
H A D | collator_class.c | 127 PHP_NAMED_FE( getLocale, ZEND_FN( collator_get_locale ), collator_1_arg )
|
/PHP-5.4/ext/intl/msgformat/ |
H A D | msgformat_class.c | 153 PHP_NAMED_FE( getLocale, ZEND_FN( msgfmt_get_locale ), arginfo_messageformatter_geterrormessage )
|
/PHP-5.4/ext/intl/dateformat/ |
H A D | dateformat_class.c | 173 PHP_NAMED_FE( getLocale, ZEND_FN( datefmt_get_locale ), arginfo_intldateformatter_getdatetype )
|
/PHP-5.4/ext/intl/formatter/ |
H A D | formatter_class.c | 187 PHP_NAMED_FE( getLocale, ZEND_FN( numfmt_get_locale ), arginfo_numberformatter_getlocale )
|
Completed in 26 milliseconds