Lines Matching defs:locale

12 function intlcal_create_instance($timezone = null, ?string $locale = null): ?IntlCalendar {}
14 function intlcal_get_keyword_values_for_locale(string $keyword, string $locale, bool $onlyCommon): …
100 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {}
126 function collator_create(string $locale): ?Collator {}
166 ?string $locale,
208 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {}
226 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {}
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 {}
311 function locale_get_display_script(string $locale, ?string $displayLocale = null): string|false {}
313 function locale_get_display_region(string $locale, ?string $displayLocale = null): string|false {}
315 function locale_get_display_name(string $locale, ?string $displayLocale = null): string|false {}
317 function locale_get_display_language(string $locale, ?string $displayLocale = null): string|false {}
319 function locale_get_display_variant(string $locale, ?string $displayLocale = null): string|false {}
323 function locale_parse(string $locale): ?array {}
325 function locale_get_all_variants(string $locale): ?array {}
327 function locale_filter_matches(string $languageTag, string $locale, bool $canonicalize = false): ?b…
329 function locale_canonicalize(string $locale): ?string {}
331 function locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $def…
337 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {}
341 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {}
353 function msgfmt_parse_message(string $locale, string $pattern, string $message): array|false {}
377 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
412 …mezone, bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): strin…