Home
last modified time | relevance | path

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

/base/global/i18n/interfaces/native/inner_api/zone/include/
Dzone_util.h166 static const char *TIMEZONES_TAG; variable
/base/global/i18n/frameworks/zone/src/
Dzone_util.cpp34 const char *ZoneUtil::TIMEZONES_TAG = "timezones"; member in ZoneUtil
389 if (xmlStrcmp(value->name, reinterpret_cast<const xmlChar *>(TIMEZONES_TAG)) != 0) { in GetTimezones()