Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 23 of 23) sorted by relevance

/PHP-8.1/ext/intl/locale/
H A Dlocale.stub.php17 public static function setDefault(string $locale) {} // TODO make return type void
23 public static function getPrimaryLanguage(string $locale): ?string{}
29 public static function getScript(string $locale): ?string {}
35 public static function getRegion(string $locale): ?string {}
42 public static function getKeywords(string $locale): array|false|null {}
48 …public static function getDisplayScript(string $locale, ?string $displayLocale = null): string|fal…
54 …public static function getDisplayRegion(string $locale, ?string $displayLocale = null): string|fal…
60 …public static function getDisplayName(string $locale, ?string $displayLocale = null): string|false…
84 public static function parseLocale(string $locale): ?array {}
90 public static function getAllVariants(string $locale): ?array {}
[all …]
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat.stub.php7 public function __construct(string $locale, string $pattern) {}
13 public static function create(string $locale, string $pattern): ?MessageFormatter {}
25 …public static function formatMessage(string $locale, string $pattern, array $values): string|false…
39 …public static function parseMessage(string $locale, string $pattern, string $message): array|false…
H A Dmsgformat.c30 const char* locale; in msgfmt_ctor() local
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator.stub.php8 public static function createCharacterInstance(?string $locale = null): ?IntlBreakIterator {}
14 public static function createLineInstance(?string $locale = null): ?IntlBreakIterator {}
17 public static function createSentenceInstance(?string $locale = null): ?IntlBreakIterator {}
20 public static function createTitleInstance(?string $locale = null): ?IntlBreakIterator {}
23 public static function createWordInstance(?string $locale = null): ?IntlBreakIterator {}
H A Dbreakiterator_methods.cpp326 Locale locale = bio->biter->getLocale((ULocDataLocaleType)locale_type, in PHP_METHOD() local
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php126 function collator_create(string $locale): ?Collator {}
166 ?string $locale,
297 function locale_set_default(string $locale): bool {}
299 function locale_get_primary_language(string $locale): ?string {}
301 function locale_get_script(string $locale): ?string {}
303 function locale_get_region(string $locale): ?string {}
309 function locale_get_keywords(string $locale): array|false|null {}
323 function locale_parse(string $locale): ?array {}
325 function locale_get_all_variants(string $locale): ?array {}
329 function locale_canonicalize(string $locale): ?string {}
[all …]
/PHP-8.1/ext/intl/dateformat/
H A Ddatepatterngenerator.stub.php7 public function __construct(?string $locale = null) {}
9 public static function create(?string $locale = null): ?IntlDatePatternGenerator {}
H A Ddateformat.stub.php12 ?string $locale,
26 ?string $locale,
126 …public static function formatObject($datetime, $format = null, ?string $locale = null): string|fal…
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_methods.cpp63 Locale locale = Locale::createFromName(locale_str); in dtpg_ctor() local
H A Ddateformat_attrcpp.cpp182 Locale locale = Locale::createFromName(dfo->requested_locale); in PHP_FUNCTION() local
H A Ddateformat_create.cpp53 Locale locale; in datefmt_ctor() local
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php7 public function __construct(?string $locale, ?string $bundle, bool $fallback = true) {}
13 …public static function create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
H A Dresourcebundle_class.c81 const char *locale; in resourcebundle_ctor() local
212 const char * locale = ures_getLocaleByType( rb->me, ULOC_ACTUAL_LOCALE, &icuerror ); in resourcebundle_array_fetch() local
/PHP-8.1/ext/intl/collator/
H A Dcollator.stub.php7 public function __construct(string $locale) {}
13 public static function create(string $locale): ?Collator {}
H A Dcollator_create.c27 const char* locale; in collator_ctor() local
/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php8 public function __construct(string $locale, int $style, ?string $pattern = null) {}
14 …public static function create(string $locale, int $style, ?string $pattern = null): ?NumberFormatt…
H A Dformatter_main.c28 const char* locale; in numfmt_ctor() local
/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php14 … public static function createInstance($timezone = null, ?string $locale = null): ?IntlCalendar {}
56 …public static function fromDateTime(DateTime|string $datetime, ?string $locale = null): ?IntlCalen…
117 …public static function getKeywordValuesForLocale(string $keyword, string $locale, bool $onlyCommon…
H A Dgregoriancalendar_methods.cpp52 char *locale = NULL; in _php_intlgregcal_constructor_body() local
H A Dcalendar_methods.cpp165 *locale; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() local
211 Locale locale = availLocales[i]; in PHP_FUNCTION() local
590 Locale locale = co->ucal->getLocale((ULocDataLocaleType)locale_type, in PHP_FUNCTION() local
H A Dcalendar_class.cpp192 Locale locale = cal->getLocale(ULOC_VALID_LOCALE, uec); in Calendar_get_debug_info() local
/PHP-8.1/ext/intl/timezone/
H A Dtimezone.stub.php57 …layName(bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): strin…

Completed in 43 milliseconds