Home
last modified time | relevance | path

Searched refs:convertedLocales (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.cpp174 std::vector<std::string> convertedLocales; in LookupSupportedLocales() local
175 convertedLocales.reserve(length); in LookupSupportedLocales()
180 convertedLocales.push_back(intl::LocaleHelper::ConvertToStdString(item)); in LookupSupportedLocales()
190 intl::LocaleHelper::ParsedLocale foundationResult = intl::LocaleHelper::HandleLocale(convertedLocales[i]); in LookupSupportedLocales()

Completed in 3 milliseconds