Home
last modified time | relevance | path

Searched refs:getLocale (Results 1 – 24 of 24) sorted by path

/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp284 PHP_ME_MAPPING(getLocale, breakiter_get_locale, ainfo_biter_get_locale, ZEND_ACC_PUBLIC)
H A Dbreakiterator_methods.cpp365 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
/PHP-7.0/ext/intl/calendar/
H A Dcalendar_class.cpp193 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info()
409 PHP_ME_MAPPING(getLocale, intlcal_get_locale, ainfo_cal_get_locale, ZEND_ACC_PUBLIC)
H A Dcalendar_methods.cpp708 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
/PHP-7.0/ext/intl/collator/
H A Dcollator_class.c119 PHP_NAMED_FE( getLocale, ZEND_FN( collator_get_locale ), collator_1_arg )
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_class.c174 PHP_NAMED_FE( getLocale, ZEND_FN( datefmt_get_locale ), arginfo_intldateformatter_getdatetype )
/PHP-7.0/ext/intl/doc/
H A Dcollator_api.php242 public function getLocale( $type ) {} function in Collator
H A Ddatefmt_api.php169 public function getLocale($type = ULOC_ACTUAL_LOCALE) {} function in DateFormatter
H A Dformatter_api.php308 public function getLocale($type = 0) {} function in NumberFormatter
H A Dmsgfmt_api.php108 public function getLocale() {} function in MessageFormatter
/PHP-7.0/ext/intl/formatter/
H A Dformatter_class.c175 PHP_NAMED_FE( getLocale, ZEND_FN( numfmt_get_locale ), arginfo_numberformatter_getlocale )
/PHP-7.0/ext/intl/msgformat/
H A Dmsgformat_class.c143 PHP_NAMED_FE( getLocale, ZEND_FN( msgfmt_get_locale ), arginfo_messageformatter_geterrormessage )
/PHP-7.0/ext/intl/tests/
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_basic2.phpt2 IntlBreakIterator::getLocale(): basic test
13 var_dump($bi->getLocale(0));
14 var_dump($bi->getLocale(1));
H A Dbreakiter_getLocale_error.phpt2 IntlBreakIterator::getLocale(): arg errors
14 var_dump($bi->getLocale(1, 2));
15 var_dump($bi->getLocale(array()));
16 var_dump($bi->getLocale());
20 Warning: IntlBreakIterator::getLocale() expects exactly 1 parameter, 2 given in %s on line %d
22 Warning: IntlBreakIterator::getLocale(): breakiter_get_locale: bad arguments in %s on line %d
25 Warning: IntlBreakIterator::getLocale() expects parameter 1 to be integer, array given in %s on lin…
27 Warning: IntlBreakIterator::getLocale(): breakiter_get_locale: bad arguments in %s on line %d
30 Warning: IntlBreakIterator::getLocale() expects exactly 1 parameter, 0 given in %s on line %d
32 Warning: IntlBreakIterator::getLocale(): breakiter_get_locale: bad arguments in %s on line %d
H A Dbug60192-getlocale.phpt17 $c->getLocale(Locale::ACTUAL_LOCALE);
20 Catchable fatal error: Collator::getLocale(): Object not initialized in %s on line %d
H A Dcalendar_createInstance_basic.phpt18 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
H A Dcalendar_createInstance_variation1.phpt18 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
23 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
28 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
33 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
38 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
H A Dcalendar_fromDateTime_basic.phpt18 $cal->getLocale(1)
27 $cal->getLocale(1)
H A Dcalendar_getLocale_basic.phpt2 IntlCalendar::getLocale() basic test
15 var_dump($intlcal->getLocale(Locale::ACTUAL_LOCALE));
H A Dcalendar_getLocale_error.phpt2 IntlCalendar::getLocale(): bad arguments
15 var_dump($c->getLocale());
16 var_dump($c->getLocale(2));
17 var_dump($c->getLocale(2, 3));
24 Warning: IntlCalendar::getLocale() expects exactly 1 parameter, 0 given in %s on line %d
26 Warning: IntlCalendar::getLocale(): intlcal_get_locale: bad arguments in %s on line %d
29 Warning: IntlCalendar::getLocale(): intlcal_get_locale: invalid locale type in %s on line %d
32 Warning: IntlCalendar::getLocale() expects exactly 1 parameter, 2 given in %s on line %d
34 Warning: IntlCalendar::getLocale(): intlcal_get_locale: bad arguments in %s on line %d
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 Dgregoriancalendar___construct_basic.phpt18 var_dump($intlcal->getLocale(1));
22 var_dump($intlcal->getLocale(1));
26 var_dump($intlcal->getLocale(1));
30 var_dump($intlcal->getLocale(1));
34 var_dump($intlcal->getLocale(1));
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 );
329 return $GLOBALS['oo-mode'] ? $fmt->getLocale( ) : msgfmt_get_locale( $fmt );
378 return $GLOBALS['oo-mode'] ? $fmt->getLocale($type ) : datefmt_get_locale( $fmt ,$type);

Completed in 119 milliseconds