Home
last modified time | relevance | path

Searched refs:localeMatcher (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Des2018IntlAPIs.types11 const options = { localeMatcher: 'lookup' } as const;
12 >options : { readonly localeMatcher: "lookup"; }
13 >{ localeMatcher: 'lookup' } as const : { readonly localeMatcher: "lookup"; }
14 >{ localeMatcher: 'lookup' } : { readonly localeMatcher: "lookup"; }
15 >localeMatcher : "lookup"
26 >Intl.PluralRules.supportedLocalesOf : (locales: string | string[], options?: { localeMatcher?: "lo…
27 …uralRules; supportedLocalesOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "…
29 …uralRules; supportedLocalesOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "…
30 >supportedLocalesOf : (locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit…
32 >options : { readonly localeMatcher: "lookup"; }
Des2020IntlAPIs.types131 …Names; supportedLocalesOf(locales?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.Relativ…
133 …Names; supportedLocalesOf(locales?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.Relativ…
143 …Names; supportedLocalesOf(locales?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.Relativ…
145 …Names; supportedLocalesOf(locales?: Intl.LocalesArgument, options?: { localeMatcher?: Intl.Relativ…
185 const options1 = { localeMatcher: 'lookup' } as const;
186 >options1 : { readonly localeMatcher: "lookup"; }
187 >{ localeMatcher: 'lookup' } as const : { readonly localeMatcher: "lookup"; }
188 >{ localeMatcher: 'lookup' } : { readonly localeMatcher: "lookup"; }
189 >localeMatcher : "lookup"
200 >Intl.DisplayNames.supportedLocalesOf : (locales?: Intl.LocalesArgument, options?: { localeMatcher?…
[all …]
Des2018IntlAPIs.js5 const options = { localeMatcher: 'lookup' } as const; property
12 const options = { localeMatcher: 'lookup' }; property
Des2018IntlAPIs.symbols7 const options = { localeMatcher: 'lookup' } as const;
9 >localeMatcher : Symbol(localeMatcher, Decl(es2018IntlAPIs.ts, 3, 17))
Des2020IntlAPIs.js43 const options1 = { localeMatcher: 'lookup' } as const; property
89 const options1 = { localeMatcher: 'lookup' }; property
Des2020IntlAPIs.errors.txt50 const options1 = { localeMatcher: 'lookup' } as const;
Des2020IntlAPIs.symbols131 const options1 = { localeMatcher: 'lookup' } as const;
133 >localeMatcher : Symbol(localeMatcher, Decl(es2020IntlAPIs.ts, 41, 18))
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_intl.js161 localeMatcher: '[PC preview] unknow localeMatcher', property
175 localeMatcher: '[PC preview] unknow localeMatcher', property
186 localeMatcher: '[PC preview] unknow localeMatcher', property
195 localeMatcher: '[PC preview] unknow localeMatcher', property
210 localeMatcher: '[PC preview] unknow localeMatcher', property
/third_party/typescript/lib/
Dlib.es2020.intl.d.ts116 localeMatcher?: RelativeTimeFormatLocaleMatcher; property
356 localeMatcher?: RelativeTimeFormatLocaleMatcher; property
430 …supportedLocalesOf(locales?: LocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocale…
Dlib.es2018.intl.d.ts28 localeMatcher?: "lookup" | "best fit" | undefined; property
57 …supportedLocalesOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit" }…
Dlib.es2022.intl.d.ts30 localeMatcher?: "best fit" | "lookup" | undefined; property
Dlib.es2021.intl.d.ts81 localeMatcher?: ListFormatLocaleMatcher | undefined; property
Dlib.es2020.bigint.d.ts27 localeMatcher?: string; property
Dlib.es5.d.ts4378 localeMatcher?: string | undefined; property
4406 localeMatcher?: string | undefined; property
4443 localeMatcher?: "best fit" | "lookup" | undefined; property
/third_party/typescript/src/lib/
Des2020.intl.d.ts96 localeMatcher?: RelativeTimeFormatLocaleMatcher; property
336 localeMatcher?: RelativeTimeFormatLocaleMatcher; property
410 …supportedLocalesOf(locales?: LocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocale…
Des2018.intl.d.ts8 localeMatcher?: "lookup" | "best fit" | undefined; property
37 …supportedLocalesOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit" }…
Des2022.intl.d.ts10 localeMatcher?: "best fit" | "lookup" | undefined; property
Des2021.intl.d.ts61 localeMatcher?: ListFormatLocaleMatcher | undefined; property
Des2020.bigint.d.ts7 localeMatcher?: string; property
Des5.d.ts4358 localeMatcher?: string | undefined; property
4386 localeMatcher?: string | undefined; property
4423 localeMatcher?: "best fit" | "lookup" | undefined; property
/third_party/typescript/tests/cases/conformance/es2018/
Des2018IntlAPIs.ts6 const options = { localeMatcher: 'lookup' } as const;
/third_party/typescript/tests/cases/conformance/es2020/
Des2020IntlAPIs.ts44 const options1 = { localeMatcher: 'lookup' } as const;
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp741 … RegexMatcher localeMatcher(UnicodeString(u"<locale *([\\p{L}\\p{Nd}_@&=-]*) *>"), 0, status); in TestExtended() local
865 localeMatcher.reset(testString); in TestExtended()
866 if (localeMatcher.lookingAt(charIdx-1, status)) { in TestExtended()
867 UnicodeString localeName = localeMatcher.group(1, status); in TestExtended()
871 charIdx += localeMatcher.group(0, status).length() - 1; in TestExtended()
/third_party/typescript/tests/lib/
Dlib.d.ts3860 localeMatcher?: string; property
3891 localeMatcher?: string; property
3946 localeMatcher?: "best fit" | "lookup"; property