Home
last modified time | relevance | path

Searched refs:BCP47LanguageTag (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/lib/
Dlib.es2022.intl.d.ts95 new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: SegmenterOptions): Segmenter;
109 …rtedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<SegmenterOptions, "lo…
Dlib.es2021.intl.d.ts134 … new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: ListFormatOptions): ListFormat;
152 …tedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<ListFormatOptions, "lo…
Dlib.es2020.intl.d.ts99 type BCP47LanguageTag = string; alias
318 toString(): BCP47LanguageTag;
336 new (tag: BCP47LanguageTag | Locale, options?: LocaleOptions): Locale;
430 …ocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocaleMatcher }): BCP47LanguageTag[];
/third_party/typescript/src/lib/
Des2022.intl.d.ts75 new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: SegmenterOptions): Segmenter;
89 …rtedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<SegmenterOptions, "lo…
Des2021.intl.d.ts114 … new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: ListFormatOptions): ListFormat;
132 …tedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<ListFormatOptions, "lo…
Des2020.intl.d.ts79 type BCP47LanguageTag = string; alias
298 toString(): BCP47LanguageTag;
316 new (tag: BCP47LanguageTag | Locale, options?: LocaleOptions): Locale;
410 …ocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocaleMatcher }): BCP47LanguageTag[];