Home
last modified time | relevance | path

Searched refs:Locale (Results 1 – 25 of 55) sorted by last modified time

123

/PHP-7.4/
H A DNEWS230 . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
/PHP-7.4/ext/intl/tests/locale/
H A Dbug72809.phpt2 Bug #72809 (Locale::lookup() wrong result with canonicalize option)
10 Locale::lookup(['en', 'en-US'], 'en-US-u-cu-EUR-tz-deber-fw-mon', true),
11 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', false),
12 Locale::lookup(['en', 'en_US'], 'en_US@currency=eur;fw=mon;timezone=Europe/Berlin', true),
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp46 using icu::Locale;
82 Locale::createFromName(locale_str), status); in PHP_FUNCTION()
165 Locale::createFromName(locale), (UBool)commonly_used, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
212 const Locale *availLocales = Calendar::getAvailableLocales(count); in PHP_FUNCTION()
215 Locale locale = availLocales[i]; in PHP_FUNCTION()
713 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
1178 Locale::createFromName(locale_str), status); in PHP_FUNCTION()
H A Dcalendar_class.cpp38 using icu::Locale;
195 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info()
H A Dgregoriancalendar_methods.cpp40 using icu::Locale;
133 gcal = new GregorianCalendar(tz, Locale::createFromName(locale), in _php_intlgregcal_constructor_body()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_methods.cpp41 using icu::Locale;
554 Locale::createFromName(locale_str), result); in PHP_FUNCTION()
/PHP-7.4/ext/intl/tests/
H A Dlocale_accept.phpt38 Warning: Locale::acceptFromHttp() expects parameter 1 to be string, array given in %s on line %d
H A Dlocale_bug66289.phpt2 Bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
17 $availableLocales = array(Locale::getDefault());
H A Dlocale_bug72658.phpt2 Bug #72658 Locale::lookup() / locale_lookup() hangs if no match found
9 Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', true, 'de-DE'),
10 Locale::lookup(['en-Latn-US', 'sl', 'sl-IT'], 'en-US', false, 'de-DE')
H A Dlocale_bug74439.phpt2 Bug #74439 Wrong reflection on the Locale methods
30 $rm = new ReflectionMethod(Locale::class, $method);
H A Dcalendar_createInstance_basic.phpt16 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
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 Dcalendar_getLocale_basic.phpt13 var_dump($intlcal->getLocale(Locale::ACTUAL_LOCALE));
14 var_dump(intlcal_get_locale($intlcal, Locale::VALID_LOCALE));
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp209 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION()
H A Ddateformat_create.cpp53 Locale locale; in datefmt_ctor()
102 locale = Locale::createFromName(locale_str); in datefmt_ctor()
H A Ddateformat_format_object.cpp36 using icu::Locale;
185 cal = new GregorianCalendar(Locale::createFromName(locale_str), status); in PHP_FUNCTION()
204 Locale::createFromName(locale_str), in PHP_FUNCTION()
216 Locale::createFromName(locale_str)); in PHP_FUNCTION()
H A Ddateformat_helpers.cpp34 Locale const& locale, in datefmt_process_calendar_arg()
H A Ddateformat_helpers.h31 using icu::Locale;
36 Locale const& locale,
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp36 using icu::Locale;
46 BreakIterator *(*func)(const Locale&, UErrorCode&), in _breakiter_factory() argument
68 biter = func(Locale::createFromName(locale_str), status); in _breakiter_factory()
366 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
H A Drulebasedbreakiterator_methods.cpp30 using icu::Locale;
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_variation22.phpt9 die("skip Locale POSIX is required to run this test");
H A Dstrftime_variation22.phpt9 die("skip Locale POSIX is needed by test and is not available");
/PHP-7.4/tests/lang/
H A D034.phpt2 Bug #12647 (Locale settings affecting float parsing)
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt30 echo "Locale info, before setting the locale\n";
40 echo "Locale info, after setting the locale\n";
58 Locale info, before setting the locale
108 Locale info, after setting the locale
H A Dsetlocale_variation4.phpt30 echo "Locale info, before setting the locale\n";
39 echo "Locale info, after setting the locale\n";
56 Locale info, before setting the locale
106 Locale info, after setting the locale

Completed in 34 milliseconds

123