/php-src/ext/intl/tests/ |
H A D | breakiter_getLocale_basic3.phpt | 2 IntlBreakIterator::getLocale(): basic test 14 var_dump($bi->getLocale(0)); 15 var_dump($bi->getLocale(1));
|
H A D | breakiter_getLocale_basic2.phpt | 2 IntlBreakIterator::getLocale(): basic test 14 var_dump($bi->getLocale(0)); 15 var_dump($bi->getLocale(1));
|
H A D | calendar_createInstance_variation1.phpt | 14 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 19 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 24 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 29 print_R($cal->getLocale(Locale::ACTUAL_LOCALE)); 34 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
|
H A D | gregoriancalendar___construct_basic.phpt | 14 var_dump($intlcal->getLocale(1)); 18 var_dump($intlcal->getLocale(1)); 22 var_dump($intlcal->getLocale(1)); 26 var_dump($intlcal->getLocale(1)); 30 var_dump($intlcal->getLocale(1));
|
H A D | dateformat_bug71516.phpt | 14 echo "Formatter without pattern: " . $goodFormatter->getLocale() . PHP_EOL; 15 echo "Formatter with pattern: " . $badFormatter->getLocale() . PHP_EOL; 16 echo "Formatter with pattern set later: " . $badFormatter2->getLocale() . PHP_EOL;
|
H A D | calendar_getLocale_basic.phpt | 2 IntlCalendar::getLocale() basic test 11 var_dump($intlcal->getLocale(Locale::ACTUAL_LOCALE));
|
H A D | bug60192-getlocale.phpt | 15 $c->getLocale(Locale::ACTUAL_LOCALE); 20 #0 %s(%d): Collator->getLocale(0)
|
H A D | calendar_fromDateTime_basic.phpt | 16 $cal->getLocale(1) 25 $cal->getLocale(1)
|
H A D | calendar_getLocale_error.phpt | 2 IntlCalendar::getLocale(): bad arguments
|
H A D | calendar_createInstance_basic.phpt | 14 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
|
H A D | ut_common.inc | 72 return $GLOBALS['oo-mode'] ? $coll->getLocale( $type ) : collator_get_locale( $coll, $type ); 203 return $GLOBALS['oo-mode'] ? $fmt->getLocale( $type ) : numfmt_get_locale( $fmt, $type ); 333 return $GLOBALS['oo-mode'] ? $fmt->getLocale( ) : msgfmt_get_locale( $fmt ); 382 return $GLOBALS['oo-mode'] ? $fmt->getLocale($type ) : datefmt_get_locale( $fmt ,$type);
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 58 public function getLocale(): string {} function in MessageFormatter
|
/php-src/ext/intl/collator/ |
H A D | collator.stub.php | 138 public function getLocale(int $type): string|false {} function in Collator
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 86 public function getLocale(int $type): string|false {} function in IntlBreakIterator
|
H A D | breakiterator_methods.cpp | 295 U_CFUNC PHP_METHOD(IntlBreakIterator, getLocale) in PHP_METHOD() argument 314 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD()
|
H A D | breakiterator_arginfo.h | 97 ZEND_METHOD(IntlBreakIterator, getLocale); 127 ZEND_ME(IntlBreakIterator, getLocale, arginfo_class_IntlBreakIterator_getLocale, ZEND_ACC_PUBLIC)
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 126 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {} function in IntlDateFormatter
|
/php-src/ext/intl/formatter/ |
H A D | formatter.stub.php | 273 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {} function in NumberFormatter
|
/php-src/ext/intl/calendar/ |
H A D | calendar_class.cpp | 178 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info()
|
H A D | calendar.stub.php | 212 public function getLocale(int $type): string|false {} function in IntlCalendar
|
H A D | calendar_methods.cpp | 648 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
|