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

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp144 bool isgmt; member in struct:ZoneType
399 // Read types (except for the isdst and isgmt flags, which come later (why??))
523 // Read isgmt flags
524 for (i=0; i<typecnt; ++i) info.types[i].isgmt = readbool(file);
772 // Isstd and isgmt only have 3 valid states, corresponding to local
774 // Here is how the isstd & isgmt flags are set by zic:
787 bool isgmt; member in struct:FinalRulePart
819 isgmt = _isgmt;
835 if (isgmt && !isstd) {
836 os << "Invalid input isgmt
961 bool isstd, isgmt; local
[all...]
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp144 bool isgmt; member in struct:ZoneType
399 // Read types (except for the isdst and isgmt flags, which come later (why??))
523 // Read isgmt flags
524 for (i=0; i<typecnt; ++i) info.types[i].isgmt = readbool(file);
772 // Isstd and isgmt only have 3 valid states, corresponding to local
774 // Here is how the isstd & isgmt flags are set by zic:
787 bool isgmt; member in struct:FinalRulePart
819 isgmt = _isgmt;
835 if (isgmt && !isstd) {
836 os << "Invalid input isgmt
961 bool isstd, isgmt; local
[all...]

Completed in 55 milliseconds