Home
last modified time | relevance | path

Searched refs:supportedLocalesOf (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnumberFormatCurrencySign.types7 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
9 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
DdoYouNeedToChangeYourTargetLibraryES2016Plus.types58 …ing[], options?: Intl.DateTimeFormatOptions): Intl.DateTimeFormat; supportedLocalesOf(locales: str…
60 …ing[], options?: Intl.DateTimeFormatOptions): Intl.DateTimeFormat; supportedLocalesOf(locales: str…
262 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
264 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
DbigintWithoutLib.types377 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
379 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
388 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
390 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
DbigintWithLib.types393 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
395 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
404 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
406 … string[], options?: Intl.NumberFormatOptions): Intl.NumberFormat; supportedLocalesOf(locales: str…
/third_party/typescript/src/lib/
Des2018.intl.d.ts36 supportedLocalesOf( constant
Des2020.intl.d.ts259 supportedLocalesOf( constant
Des5.d.ts4291 supportedLocalesOf(locales: string | string[], options?: CollatorOptions): string[]; variable
4329 supportedLocalesOf(locales: string | string[], options?: NumberFormatOptions): string[]; variable
4372 supportedLocalesOf(locales: string | string[], options?: DateTimeFormatOptions): string[]; variable
/third_party/typescript/lib/
Dlib.es2018.intl.d.ts56 supportedLocalesOf( constant
Dlib.es2020.intl.d.ts279 supportedLocalesOf( constant
Dlib.es5.d.ts4311 supportedLocalesOf(locales: string | string[], options?: CollatorOptions): string[]; variable
4349 supportedLocalesOf(locales: string | string[], options?: NumberFormatOptions): string[]; variable
4392 supportedLocalesOf(locales: string | string[], options?: DateTimeFormatOptions): string[]; variable
/third_party/typescript/tests/lib/
Dlib.d.ts3886 supportedLocalesOf(locales: string[], options?: CollatorOptions): string[]; variable
3887 supportedLocalesOf(locale: string, options?: CollatorOptions): string[]; variable
3936 supportedLocalesOf(locales: string[], options?: NumberFormatOptions): string[]; variable
3937 supportedLocalesOf(locale: string, options?: NumberFormatOptions): string[]; variable
3989 supportedLocalesOf(locales: string[], options?: DateTimeFormatOptions): string[]; variable
3990 supportedLocalesOf(locale: string, options?: DateTimeFormatOptions): string[]; variable