tz2icu.cpp | 143 bool isstd; member in struct:ZoneType 520 // Read isstd flags 521 for (i=0; i<typecnt; ++i) info.types[i].isstd = 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: 786 bool isstd; member in struct:FinalRulePart 818 isstd = _isstd; 835 if (isgmt && !isstd) { 836 os << "Invalid input isgmt && !isstd"; 843 << isstd << isgm 961 bool isstd, isgmt; local [all...] |