Searched refs:RelativeTimeFormatLocaleMatcher (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | es2020IntlAPIs.types | 131 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … 133 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … 143 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … 145 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … 200 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }) =… 201 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … 203 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … 204 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }) =… 229 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … 231 …les?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.RelativeTimeFormatLocaleMatcher; }): … [all …]
|
/third_party/typescript/lib/ |
D | lib.es2020.intl.d.ts | 78 type RelativeTimeFormatLocaleMatcher = "lookup" | "best fit"; alias 116 localeMatcher?: RelativeTimeFormatLocaleMatcher; 356 localeMatcher?: RelativeTimeFormatLocaleMatcher; 430 …lesOf(locales?: LocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocaleMatcher }): B…
|
/third_party/typescript/src/lib/ |
D | es2020.intl.d.ts | 58 type RelativeTimeFormatLocaleMatcher = "lookup" | "best fit"; alias 96 localeMatcher?: RelativeTimeFormatLocaleMatcher; 336 localeMatcher?: RelativeTimeFormatLocaleMatcher; 410 …lesOf(locales?: LocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocaleMatcher }): B…
|