Searched refs:BCP47LanguageTag (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/lib/ |
D | lib.es2022.intl.d.ts | 95 new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: SegmenterOptions): Segmenter; 109 …rtedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<SegmenterOptions, "lo…
|
D | lib.es2021.intl.d.ts | 134 … new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: ListFormatOptions): ListFormat; 152 …tedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<ListFormatOptions, "lo…
|
D | lib.es2020.intl.d.ts | 99 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/ |
D | es2022.intl.d.ts | 75 new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: SegmenterOptions): Segmenter; 89 …rtedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<SegmenterOptions, "lo…
|
D | es2021.intl.d.ts | 114 … new(locales?: BCP47LanguageTag | BCP47LanguageTag[], options?: ListFormatOptions): ListFormat; 132 …tedLocalesOf(locales: BCP47LanguageTag | BCP47LanguageTag[], options?: Pick<ListFormatOptions, "lo…
|
D | es2020.intl.d.ts | 79 type BCP47LanguageTag = string; alias 298 toString(): BCP47LanguageTag; 316 new (tag: BCP47LanguageTag | Locale, options?: LocaleOptions): Locale; 410 …ocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocaleMatcher }): BCP47LanguageTag[];
|