Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp957 std::string displayNamePath = GetDeviceCityDisplayNamePath(); in GetSupportedLocales() local
958 if (displayNamePath.length() == 0) { in GetSupportedLocales()
959 displayNamePath = CITY_DISPLAYNAME_PATH; in GetSupportedLocales()
961 for (const auto &dirEntry : directory_iterator{displayNamePath}) { in GetSupportedLocales()
968 displayNamePath.length()) - 4; // 4 is the length of ".xml" in GetSupportedLocales()
969 std::string localeStr = xmlPath.substr(displayNamePath.length(), localeStrLen); in GetSupportedLocales()