Lines Matching defs:locale

177 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
179 function intlcal_get_keyword_values_for_locale(string $keyword, string $locale, bool $onlyCommon): …
266 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {}
293 function collator_create(string $locale): ?Collator {}
333 ?string $locale,
375 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {}
393 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {}
466 function locale_set_default(string $locale): true {}
468 function locale_get_primary_language(string $locale): ?string {}
470 function locale_get_script(string $locale): ?string {}
472 function locale_get_region(string $locale): ?string {}
478 function locale_get_keywords(string $locale): array|false|null {}
480 function locale_get_display_script(string $locale, ?string $displayLocale = null): string|false {}
482 function locale_get_display_region(string $locale, ?string $displayLocale = null): string|false {}
484 function locale_get_display_name(string $locale, ?string $displayLocale = null): string|false {}
486 function locale_get_display_language(string $locale, ?string $displayLocale = null): string|false {}
488 function locale_get_display_variant(string $locale, ?string $displayLocale = null): string|false {}
492 function locale_parse(string $locale): ?array {}
494 function locale_get_all_variants(string $locale): ?array {}
496 function locale_filter_matches(string $languageTag, string $locale, bool $canonicalize = false): ?b…
498 function locale_canonicalize(string $locale): ?string {}
500 function locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $def…
506 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {}
510 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {}
522 function msgfmt_parse_message(string $locale, string $pattern, string $message): array|false {}
546 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
580 …mezone, bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): strin…