Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/intl/tests/
H A Dgregoriancalendar___construct_basic.phpt14 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 Dbreakiter_getLocale_basic3.phpt2 IntlBreakIterator::getLocale(): basic test
14 var_dump($bi->getLocale(0));
15 var_dump($bi->getLocale(1));
H A Dbreakiter_getLocale_basic.phpt2 IntlBreakIterator::getLocale(): basic test
14 var_dump($bi->getLocale(0));
15 var_dump($bi->getLocale(1));
H A Dbreakiter_getLocale_basic2.phpt2 IntlBreakIterator::getLocale(): basic test
15 var_dump($bi->getLocale(0));
16 var_dump($bi->getLocale(1));
H A Dcalendar_createInstance_variation1.phpt14 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 Ddateformat_bug71516.phpt14 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 Dcalendar_getLocale_basic.phpt2 IntlCalendar::getLocale() basic test
11 var_dump($intlcal->getLocale(Locale::ACTUAL_LOCALE));
H A Dbug60192-getlocale.phpt15 $c->getLocale(Locale::ACTUAL_LOCALE);
20 #0 %s(%d): Collator->getLocale(0)
H A Dcalendar_fromDateTime_basic.phpt16 $cal->getLocale(1)
25 $cal->getLocale(1)
H A Dgh12943.phpt13 var_dump($fmt->getLocale(ULOC_VALID_LOCALE));
H A Dcalendar_getLocale_error.phpt2 IntlCalendar::getLocale(): bad arguments
H A Dcalendar_createInstance_basic.phpt14 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
H A Dut_common.inc72 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-8.2/ext/intl/msgformat/
H A Dmsgformat.stub.php58 public function getLocale(): string {} function in MessageFormatter
H A Dmsgformat_arginfo.h72 …ZEND_ME_MAPPING(getLocale, msgfmt_get_locale, arginfo_class_MessageFormatter_getLocale, ZEND_ACC_P…
/PHP-8.2/ext/intl/collator/
H A Dcollator.stub.php210 public function getLocale(int $type): string|false {} function in Collator
H A Dcollator_arginfo.h86 ZEND_ME_MAPPING(getLocale, collator_get_locale, arginfo_class_Collator_getLocale, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator.stub.php143 public function getLocale(int $type): string|false {} function in IntlBreakIterator
H A Dbreakiterator_methods.cpp307 U_CFUNC PHP_METHOD(IntlBreakIterator, getLocale) in PHP_METHOD() argument
326 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD()
H A Dbreakiterator_arginfo.h98 ZEND_METHOD(IntlBreakIterator, getLocale);
129 ZEND_ME(IntlBreakIterator, getLocale, arginfo_class_IntlBreakIterator_getLocale, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.stub.php157 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {} function in IntlDateFormatter
H A Ddateformat_arginfo.h126 …ZEND_ME_MAPPING(getLocale, datefmt_get_locale, arginfo_class_IntlDateFormatter_getLocale, ZEND_ACC…
/PHP-8.2/ext/intl/formatter/
H A Dformatter.stub.php486 public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|false {} function in NumberFormatter
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php329 public function getLocale(int $type): string|false {} function in IntlCalendar
H A Dcalendar_class.cpp192 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info()

Completed in 40 milliseconds

12