Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/intl/tests/
H A Dgregoriancalendar___construct_basic.phpt16 var_dump($intlcal->getLocale(1));
20 var_dump($intlcal->getLocale(1));
24 var_dump($intlcal->getLocale(1));
28 var_dump($intlcal->getLocale(1));
32 var_dump($intlcal->getLocale(1));
H A Dbreakiter_getLocale_basic.phpt2 IntlBreakIterator::getLocale(): basic test
13 var_dump($bi->getLocale(0));
14 var_dump($bi->getLocale(1));
H A Dbreakiter_getLocale_basic3.phpt2 IntlBreakIterator::getLocale(): basic test
13 var_dump($bi->getLocale(0));
14 var_dump($bi->getLocale(1));
H A Dbreakiter_getLocale_basic2.phpt2 IntlBreakIterator::getLocale(): basic test
14 var_dump($bi->getLocale(0));
15 var_dump($bi->getLocale(1));
H A Dcalendar_createInstance_variation1.phpt16 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
21 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
26 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
31 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
36 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
H A Ddateformat_bug71516.phpt15 echo "Formatter without pattern: " . $goodFormatter->getLocale() . PHP_EOL;
16 echo "Formatter with pattern: " . $badFormatter->getLocale() . PHP_EOL;
17 echo "Formatter with pattern set later: " . $badFormatter2->getLocale() . PHP_EOL;
H A Dcalendar_getLocale_basic.phpt2 IntlCalendar::getLocale() basic test
13 var_dump($intlcal->getLocale(Locale::ACTUAL_LOCALE));
H A Dbug60192-getlocale.phpt17 $c->getLocale(Locale::ACTUAL_LOCALE);
22 #0 %s(%d): Collator->getLocale(0)
H A Dcalendar_fromDateTime_basic.phpt18 $cal->getLocale(1)
27 $cal->getLocale(1)
H A Dcalendar_getLocale_error.phpt2 IntlCalendar::getLocale(): bad arguments
H A Dcalendar_createInstance_basic.phpt16 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.0/ext/intl/msgformat/
H A Dmsgformat.stub.php55 public function getLocale() {} function in MessageFormatter
H A Dmsgformat_arginfo.h67 …ZEND_ME_MAPPING(getLocale, msgfmt_get_locale, arginfo_class_MessageFormatter_getLocale, ZEND_ACC_P…
/PHP-8.0/ext/intl/collator/
H A Dcollator.stub.php67 public function getLocale(int $type) {} function in Collator
H A Dcollator_arginfo.h82 ZEND_ME_MAPPING(getLocale, collator_get_locale, arginfo_class_Collator_getLocale, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php43 public function getLocale(int $type) {} function in IntlBreakIterator
H A Dbreakiterator_arginfo.h92 ZEND_METHOD(IntlBreakIterator, getLocale);
124 ZEND_ME(IntlBreakIterator, getLocale, arginfo_class_IntlBreakIterator_getLocale, ZEND_ACC_PUBLIC)
H A Dbreakiterator_methods.cpp309 U_CFUNC PHP_METHOD(IntlBreakIterator, getLocale) in PHP_METHOD() argument
328 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD()
/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php94 public function getLocale(int $type = ULOC_ACTUAL_LOCALE) {} function in NumberFormatter
H A Dformatter_arginfo.h109 …ZEND_ME_MAPPING(getLocale, numfmt_get_locale, arginfo_class_NumberFormatter_getLocale, ZEND_ACC_PU…
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.stub.php85 public function getLocale(int $type = ULOC_ACTUAL_LOCALE) {} function in IntlDateFormatter
H A Ddateformat_arginfo.h117 …ZEND_ME_MAPPING(getLocale, datefmt_get_locale, arginfo_class_IntlDateFormatter_getLocale, ZEND_ACC…
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php128 public function getLocale(int $type) {} function in IntlCalendar
H A Dcalendar_class.cpp192 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info()

Completed in 43 milliseconds

12