Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h70 static const char *TIMEZONE_ROOT_TAG; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp64 const char *I18nTimeZone::TIMEZONE_ROOT_TAG = "timezones"; member in OHOS::Global::I18n::I18nTimeZone
760 if (!cur || xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(TIMEZONE_ROOT_TAG))) { in ReadTimeZoneData()