Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp211 std::string LocaleHelper::ToStdStringLanguageTag(JSThread *thread, const icu::Locale &locale) in ToStdStringLanguageTag() function in panda::ecmascript::intl::LocaleHelper
262 return factory->NewFromStdString(ToStdStringLanguageTag(thread, locale)); in ToLanguageTag()
374 context->SetDefaultLocale(ToStdStringLanguageTag(thread, defaultLocale)); in StdStringDefaultLocale()
Dlocale_helper.h42 static std::string ToStdStringLanguageTag(JSThread *thread, const icu::Locale &locale);