Home
last modified time | relevance | path

Searched defs:locTag (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlLocaleMatch.cpp209 icu::Locale GetLocale(ani_env *env, std::string &locTag) in GetLocale()
327 static std::string LookupLocale(const std::string &locTag, const icu::Locale *availableLocales, con… in LookupLocale()
361 auto locTag = ConvertFromAniString(env, reinterpret_cast<ani_string>(locale)); in StdCoreIntlLookupLocale() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_String.cpp311 std::string_view locTag = langTag->ConvertToStringView(&buf); in ParseSingleBCP47LanguageTag() local