Home
last modified time | relevance | path

Searched defs:GetAvailableLocales (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp100 HWTEST_F_L0(JSDisplayNamesTest, GetAvailableLocales) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_displaynames.cpp82 JSHandle<TaggedArray> JSDisplayNames::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSDisplayNames
Djs_collator.cpp40 JSHandle<TaggedArray> JSCollator::GetAvailableLocales(JSThread *thread, bool enableLocaleCache) in GetAvailableLocales() function in panda::ecmascript::JSCollator
Djs_plural_rules.cpp130 JSHandle<TaggedArray> JSPluralRules::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSPluralRules
Djs_list_format.cpp72 JSHandle<TaggedArray> JSListFormat::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSListFormat
Djs_number_format.cpp898 JSHandle<TaggedArray> JSNumberFormat::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSNumberFormat
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp402 std::vector<std::string> LocaleHelper::GetAvailableLocales(JSThread *thread, const char *localeKey, in GetAvailableLocales() function in panda::ecmascript::intl::LocaleHelper