Searched refs:getDefault (Results 1 – 3 of 3) sorted by relevance
84 public static function getDefault() {} function in Locale
70 …ZEND_FENTRY( getDefault, zif_locale_get_default , locale_0_args , ZEND_ACC_PUBLIC|ZEND_ACC_STATIC …
120 return $GLOBALS['oo-mode'] ? Collator::getDefault() : collator_get_default();221 return $GLOBALS['oo-mode'] ? Locale::getDefault( ) : locale_get_default();
Completed in 8 milliseconds