Searched defs:relevantExtensionKeys (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_locale_test.cpp | 560 std::set<std::string> relevantExtensionKeys = {"co", "ca"}; in HWTEST_F_L0() local 529 ResolveLocaleCommon(JSThread *thread, JSHandle<TaggedArray> &availableLocales, JSHandle<TaggedArray> &requestedLocales, std::set<std::string> &relevantExtensionKeys, JSHandle<JSTaggedValue> &testLocale1) ResolveLocaleCommon() argument 590 std::set<std::string> relevantExtensionKeys = {"hc", "lb", "kn", "kf"}; HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_locale.cpp | 463 ResolveLocale(JSThread *thread, const JSHandle<TaggedArray> &availableLocales, const JSHandle<TaggedArray> &requestedLocales, [[maybe_unused]] LocaleMatcherOption matcher, const std::set<std::string> &relevantExtensionKeys) ResolveLocale() argument
|
Completed in 4 milliseconds