Home
last modified time | relevance | path

Searched refs:RelativeTimeFormatLocaleMatcher (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Des2020IntlAPIs.types131 …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/
Dlib.es2020.intl.d.ts78 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/
Des2020.intl.d.ts58 type RelativeTimeFormatLocaleMatcher = "lookup" | "best fit"; alias
96 localeMatcher?: RelativeTimeFormatLocaleMatcher;
336 localeMatcher?: RelativeTimeFormatLocaleMatcher;
410 …lesOf(locales?: LocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocaleMatcher }): B…