Home
last modified time | relevance | path

Searched refs:LocalesToVector (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.h77 cacheEntryVector = LocalesToVector(thread, locales); in GetGlobalObject()
171 …std::vector<std::string> LocalesToVector(JSThread *thread, const JSHandle<JSTaggedValue> &locales);
Dglobal_intl_helper.cpp205 std::vector<std::string> GlobalIntlHelper::LocalesToVector(JSThread *thread, in LocalesToVector() function in panda::ecmascript::intl::GlobalIntlHelper