Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/intl/dateformat/
H A Ddatepatterngenerator_methods.cpp30 using icu::Locale;
63 Locale locale = Locale::createFromName(locale_str); in dtpg_ctor()
H A Ddateformat_format_object.cpp34 using icu::Locale;
183 cal = new GregorianCalendar(Locale::createFromName(locale_str), status); in PHP_FUNCTION()
202 Locale::createFromName(locale_str), in PHP_FUNCTION()
214 Locale::createFromName(locale_str)); in PHP_FUNCTION()
H A Ddateformat_attrcpp.cpp182 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION()
H A Ddateformat_create.cpp53 Locale locale; in datefmt_ctor()
113 locale = Locale::createFromName(locale_str); in datefmt_ctor()
H A Ddateformat_helpers.cpp32 zend_object *calendar_obj, zend_long calendar_long, bool calendar_is_null, Locale const& locale, in datefmt_process_calendar_arg()
H A Ddatepatterngenerator_class.cpp32 using icu::Locale;
/PHP-8.1/ext/intl/tests/
H A Dformatter_get_locale_variant4.phpt23 Locale::ACTUAL_LOCALE => 'actual',
24 Locale::VALID_LOCALE => 'valid',
H A Dformatter_get_locale.phpt23 Locale::ACTUAL_LOCALE => 'actual',
24 Locale::VALID_LOCALE => 'valid',
H A Dformatter_get_locale_variant2.phpt24 Locale::ACTUAL_LOCALE => 'actual',
25 Locale::VALID_LOCALE => 'valid',
H A Dformatter_get_locale_variant3.phpt24 Locale::ACTUAL_LOCALE => 'actual',
25 Locale::VALID_LOCALE => 'valid',
H A Dbug60192-getlocale.phpt15 $c->getLocale(Locale::ACTUAL_LOCALE);
H A Dcalendar_createInstance_basic.phpt14 print_R($cal->getLocale(Locale::ACTUAL_LOCALE));
H A Dlocale_get_default.phpt11 * Try getting the default Locale with different locales
/PHP-8.1/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt23 echo "Locale info, before setting the locale\n";
33 echo "Locale info, after setting the locale\n";
51 Locale info, before setting the locale
101 Locale info, after setting the locale
H A Dsetlocale_variation5.phpt23 echo "Locale info, before setting the locale\n";
34 echo "Locale info, after setting the locale\n";
53 Locale info, before setting the locale
103 Locale info, after setting the locale
H A Dsetlocale_variation4.phpt23 echo "Locale info, before setting the locale\n";
32 echo "Locale info, after setting the locale\n";
49 Locale info, before setting the locale
99 Locale info, after setting the locale
H A Dhtmlentities02.phpt16 // Locale-based encoding guessing no longer works.
H A Dhtmlentities03.phpt16 // Locale-based encoding guessing no longer works.
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp35 using icu::Locale;
45 BreakIterator *(*func)(const Locale&, UErrorCode&), in _breakiter_factory() argument
64 biter = func(Locale::createFromName(locale_str), status); in _breakiter_factory()
326 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD()
/PHP-8.1/ext/pcre/tests/
H A Dskip.ini1 [Locale checks]
/PHP-8.1/tests/lang/
H A D034.phpt2 Bug #12647 (Locale settings affecting float parsing)
/PHP-8.1/ext/intl/locale/
H A Dlocale.stub.php5 class Locale class
/PHP-8.1/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp38 using icu::Locale;
119 gcal = new GregorianCalendar(tz, Locale::createFromName(locale), in _php_intlgregcal_constructor_body()
H A Dcalendar_methods.cpp43 using icu::Locale;
98 Locale::createFromName(locale_str), status); in PHP_FUNCTION()
177 Locale::createFromName(locale), (UBool)commonly_used, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
208 const Locale *availLocales = Calendar::getAvailableLocales(count); in PHP_FUNCTION()
211 Locale locale = availLocales[i]; in PHP_FUNCTION()
590 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION()
1002 Locale::createFromName(locale_str), status); in PHP_FUNCTION()
/PHP-8.1/ext/date/tests/
H A Dgmstrftime_variation22.phpt9 die("skip Locale POSIX is required to run this test");

Completed in 104 milliseconds

123