tz2icu.cpp | 144 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 && !isstd" 961 bool isstd, isgmt; local [all...] |