Home
last modified time | relevance | path

Searched refs:Locale (Results 26 – 50 of 55) sorted by relevance

123

/PHP-7.4/ext/intl/tests/
H A Dformatter_get_locale_variant4.phpt22 Locale::ACTUAL_LOCALE => 'actual',
23 Locale::VALID_LOCALE => 'valid',
H A Dformatter_get_locale_variant2.phpt23 Locale::ACTUAL_LOCALE => 'actual',
24 Locale::VALID_LOCALE => 'valid',
H A Dformatter_get_locale_variant3.phpt23 Locale::ACTUAL_LOCALE => 'actual',
24 Locale::VALID_LOCALE => 'valid',
H A Dbug60192-getlocale.phpt17 $c->getLocale(Locale::ACTUAL_LOCALE);
H A Dcalendar_createInstance_basic.phpt16 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
H A Dlocale_get_default.phpt11 * Try getting the default Locale with different locales
H A Dlocale_accept.phpt38 Warning: Locale::acceptFromHttp() expects parameter 1 to be string, array given in %s on line %d
H A Dsymfony_format_type_int32_intl1.phpt8 // port of Symfony's Symfony\Component\Locale\Tests\Stub\StubNumberFormatterTest#testFormatTypeInt3…
H A Dlocale_parse_locale2.phpt84 $res_str .= "No values found from Locale parsing.";
200 No values found from Locale parsing.
/PHP-7.4/ext/intl/dateformat/
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_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_helpers.cpp34 Locale const& locale, in datefmt_process_calendar_arg()
/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
H A Dsetlocale_variation5.phpt30 echo "Locale info, before setting the locale\n";
41 echo "Locale info, after setting the locale\n";
60 Locale info, before setting the locale
110 Locale info, after setting the locale
/PHP-7.4/ext/pcre/tests/
H A Dskip.ini1 [Locale checks]
/PHP-7.4/tests/lang/
H A D034.phpt2 Bug #12647 (Locale settings affecting float parsing)
/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/intl/calendar/
H A Dgregoriancalendar_methods.cpp40 using icu::Locale;
133 gcal = new GregorianCalendar(tz, Locale::createFromName(locale), in _php_intlgregcal_constructor_body()
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()
/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");

Completed in 74 milliseconds

123