Searched defs:isstd (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp143 bool isstd; member in struct:ZoneType
520 // Read isstd flags
521 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file);
774 // Here is how the isstd & isgmt flags are set by zic:
786 bool isstd; member in struct:FinalRulePart
818 isstd = _isstd;
835 if (isgmt && !isstd) {
836 os << "Invalid input isgmt && !isstd";
843 << isstd << isgmt
855 assert(isstd);
961 bool isstd, isgmt; local
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp143 bool isstd; member in struct:ZoneType
520 // Read isstd flags
521 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file);
774 // Here is how the isstd & isgmt flags are set by zic:
786 bool isstd; member in struct:FinalRulePart
818 isstd = _isstd;
835 if (isgmt && !isstd) {
836 os << "Invalid input isgmt && !isstd";
843 << isstd << isgmt
855 assert(isstd);
961 bool isstd, isgmt; local
[all...]

Completed in 129 milliseconds