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): …
96 function intlcal_from_date_time(DateTime|string $datetime, ?string $locale = null): ?IntlCalendar {}
122 function collator_create(string $locale): ?Collator {}
161 function datefmt_create(?string $locale, int $dateType, int $timeType, $timezone = null, IntlCalend…
197 function datefmt_format_object($datetime, $format = null, ?string $locale = null): string|false {}
211 function numfmt_create(string $locale, int $style, ?string $pattern = null): ?NumberFormatter {}
282 function locale_set_default(string $locale): bool {}
284 function locale_get_primary_language(string $locale): ?string {}
286 function locale_get_script(string $locale): ?string {}
288 function locale_get_region(string $locale): ?string {}
290 function locale_get_keywords(string $locale): array|false|null {}
292 function locale_get_display_script(string $locale, ?string $displayLocale = null): string|false {}
294 function locale_get_display_region(string $locale, ?string $displayLocale = null): string|false {}
296 function locale_get_display_name(string $locale, ?string $displayLocale = null): string|false {}
298 function locale_get_display_language(string $locale, ?string $displayLocale = null): string|false {}
300 function locale_get_display_variant(string $locale, ?string $displayLocale = null): string|false {}
304 function locale_parse(string $locale): ?array {}
306 function locale_get_all_variants(string $locale): ?array {}
308 function locale_filter_matches(string $languageTag, string $locale, bool $canonicalize = false): ?b…
310 function locale_canonicalize(string $locale): ?string {}
312 function locale_lookup(array $languageTag, string $locale, bool $canonicalize = false, ?string $def…
318 function msgfmt_create(string $locale, string $pattern): ?MessageFormatter {}
322 function msgfmt_format_message(string $locale, string $pattern, array $values): string|false {}
326 function msgfmt_parse_message(string $locale, string $pattern, string $message): array|false {}
350 function resourcebundle_create(?string $locale, ?string $bundle, bool $fallback = true): ?ResourceB…
381 …mezone, bool $dst = false, int $style = IntlTimeZone::DISPLAY_LONG, ?string $locale = null): strin…