Searched refs:localeMatcher (Results 1 – 11 of 11) sorted by relevance
/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/src/lib/ |
D | es2018.intl.d.ts | 8 localeMatcher?: "lookup" | "best fit"; property
|
D | es2020.intl.d.ts | 66 localeMatcher?: RelativeTimeFormatLocaleMatcher; property
|
D | es2020.bigint.d.ts | 5 localeMatcher?: string; property
|
D | es5.d.ts | 4267 localeMatcher?: string; property 4295 localeMatcher?: string; property 4333 localeMatcher?: "best fit" | "lookup"; property
|
/third_party/typescript/lib/ |
D | lib.es2018.intl.d.ts | 28 localeMatcher?: "lookup" | "best fit"; property
|
D | lib.es2020.intl.d.ts | 86 localeMatcher?: RelativeTimeFormatLocaleMatcher; property
|
D | lib.es2020.bigint.d.ts | 25 localeMatcher?: string; property
|
D | lib.es5.d.ts | 4287 localeMatcher?: string; property 4315 localeMatcher?: string; property 4353 localeMatcher?: "best fit" | "lookup"; property
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 728 … RegexMatcher localeMatcher(UnicodeString(u"<locale *([\\p{L}\\p{Nd}_@&=-]*) *>"), 0, status); in TestExtended() local 852 localeMatcher.reset(testString); in TestExtended() 853 if (localeMatcher.lookingAt(charIdx-1, status)) { in TestExtended() 854 UnicodeString localeName = localeMatcher.group(1, status); in TestExtended() 858 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
|