Searched refs:ToStdStringLanguageTag (Results 1 – 2 of 2) sorted by relevance
211 std::string LocaleHelper::ToStdStringLanguageTag(JSThread *thread, const icu::Locale &locale) in ToStdStringLanguageTag() function in panda::ecmascript::intl::LocaleHelper262 return factory->NewFromStdString(ToStdStringLanguageTag(thread, locale)); in ToLanguageTag()374 context->SetDefaultLocale(ToStdStringLanguageTag(thread, defaultLocale)); in StdStringDefaultLocale()
42 static std::string ToStdStringLanguageTag(JSThread *thread, const icu::Locale &locale);