Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp967 int32_t localeStrLen = static_cast<int32_t>(xmlPath.length()) - static_cast<int32_t>( in GetSupportedLocales() local
969 std::string localeStr = xmlPath.substr(displayNamePath.length(), localeStrLen); in GetSupportedLocales()