Home
last modified time | relevance | path

Searched defs:GetAvailableLocales (Results 1 – 8 of 8) 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.cpp65 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/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp435 std::vector<std::string> LocaleHelper::GetAvailableLocales(JSThread *thread, const char *localeKey, in GetAvailableLocales() function in panda::ecmascript::intl::LocaleHelper