/third_party/typescript/tests/baselines/reference/ |
D | es2018IntlAPIs.types | 11 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"; }
|
D | es2020IntlAPIs.types | 131 …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 …]
|
D | es2018IntlAPIs.js | 5 const options = { localeMatcher: 'lookup' } as const; property 12 const options = { localeMatcher: 'lookup' }; property
|
D | es2018IntlAPIs.symbols | 7 const options = { localeMatcher: 'lookup' } as const; 9 >localeMatcher : Symbol(localeMatcher, Decl(es2018IntlAPIs.ts, 3, 17))
|
D | es2020IntlAPIs.js | 43 const options1 = { localeMatcher: 'lookup' } as const; property 89 const options1 = { localeMatcher: 'lookup' }; property
|
D | es2020IntlAPIs.errors.txt | 50 const options1 = { localeMatcher: 'lookup' } as const;
|
D | es2020IntlAPIs.symbols | 131 const options1 = { localeMatcher: 'lookup' } as const; 133 >localeMatcher : Symbol(localeMatcher, Decl(es2020IntlAPIs.ts, 41, 18))
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_intl.js | 161 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/ |
D | lib.es2020.intl.d.ts | 116 localeMatcher?: RelativeTimeFormatLocaleMatcher; property 356 localeMatcher?: RelativeTimeFormatLocaleMatcher; property 430 …supportedLocalesOf(locales?: LocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocale…
|
D | lib.es2018.intl.d.ts | 28 localeMatcher?: "lookup" | "best fit" | undefined; property 57 …supportedLocalesOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit" }…
|
D | lib.es2022.intl.d.ts | 30 localeMatcher?: "best fit" | "lookup" | undefined; property
|
D | lib.es2021.intl.d.ts | 81 localeMatcher?: ListFormatLocaleMatcher | undefined; property
|
D | lib.es2020.bigint.d.ts | 27 localeMatcher?: string; property
|
D | lib.es5.d.ts | 4378 localeMatcher?: string | undefined; property 4406 localeMatcher?: string | undefined; property 4443 localeMatcher?: "best fit" | "lookup" | undefined; property
|
/third_party/typescript/src/lib/ |
D | es2020.intl.d.ts | 96 localeMatcher?: RelativeTimeFormatLocaleMatcher; property 336 localeMatcher?: RelativeTimeFormatLocaleMatcher; property 410 …supportedLocalesOf(locales?: LocalesArgument, options?: { localeMatcher?: RelativeTimeFormatLocale…
|
D | es2018.intl.d.ts | 8 localeMatcher?: "lookup" | "best fit" | undefined; property 37 …supportedLocalesOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit" }…
|
D | es2022.intl.d.ts | 10 localeMatcher?: "best fit" | "lookup" | undefined; property
|
D | es2021.intl.d.ts | 61 localeMatcher?: ListFormatLocaleMatcher | undefined; property
|
D | es2020.bigint.d.ts | 7 localeMatcher?: string; property
|
D | es5.d.ts | 4358 localeMatcher?: string | undefined; property 4386 localeMatcher?: string | undefined; property 4423 localeMatcher?: "best fit" | "lookup" | undefined; property
|
/third_party/typescript/tests/cases/conformance/es2018/ |
D | es2018IntlAPIs.ts | 6 const options = { localeMatcher: 'lookup' } as const;
|
/third_party/typescript/tests/cases/conformance/es2020/ |
D | es2020IntlAPIs.ts | 44 const options1 = { localeMatcher: 'lookup' } as const;
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 741 … 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/ |
D | lib.d.ts | 3860 localeMatcher?: string; property 3891 localeMatcher?: string; property 3946 localeMatcher?: "best fit" | "lookup"; property
|