Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_segmenter.cpp41 JSHandle<TaggedArray> JSSegmenter::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSSegmenter
Djs_plural_rules.cpp128 JSHandle<TaggedArray> JSPluralRules::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSPluralRules
Djs_list_format.cpp59 JSHandle<TaggedArray> JSListFormat::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSListFormat
Djs_displaynames.cpp106 JSHandle<TaggedArray> JSDisplayNames::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSDisplayNames
Djs_collator.cpp64 JSHandle<TaggedArray> JSCollator::GetAvailableLocales(JSThread *thread, bool enableLocaleCache) in GetAvailableLocales() function in panda::ecmascript::JSCollator
Djs_number_format.cpp978 JSHandle<TaggedArray> JSNumberFormat::GetAvailableLocales(JSThread *thread) in GetAvailableLocales() function in panda::ecmascript::JSNumberFormat
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_displaynames_test.cpp66 HWTEST_F_L0(JSDisplayNamesTest, GetAvailableLocales) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocaleMatch.cpp46 std::vector<std::string> GetAvailableLocales() in GetAvailableLocales() function
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp426 std::vector<std::string> LocaleHelper::GetAvailableLocales(JSThread *thread, const char *localeKey, in GetAvailableLocales() function in panda::ecmascript::intl::LocaleHelper