Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h172 static const char *SECOND_TAG; variable
/ohos5.0/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp38 const char *ZoneUtil::SECOND_TAG = "country"; member in ZoneUtil
354 …while (cur != nullptr && xmlStrcmp(cur->name, reinterpret_cast<const xmlChar *>(SECOND_TAG)) == 0)… in GetCountryZones()