Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h72 static const char *CITY_DISPLAYNAME_ROOT_TAG; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp66 const char *I18nTimeZone::CITY_DISPLAYNAME_ROOT_TAG = "display_names"; member in OHOS::Global::I18n::I18nTimeZone
854 … if (!cur || xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(CITY_DISPLAYNAME_ROOT_TAG))) { in FindCityDisplayNameFromXml()
917 … if (!cur || xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(CITY_DISPLAYNAME_ROOT_TAG))) { in FindCityDisplayNameMap()