Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_timezone.h71 static const char *TIMEZONE_SECOND_ROOT_TAG; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp65 const char *I18nTimeZone::TIMEZONE_SECOND_ROOT_TAG = "timezone"; member in OHOS::Global::I18n::I18nTimeZone
765 …!= nullptr && !xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(TIMEZONE_SECOND_ROOT_TAG))) { in ReadTimeZoneData()