tz2icu.cpp | 142 bool isstd; member in struct:ZoneType 519 // Read isstd flags 520 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file); 791 // Isstd and isgmt only have 3 valid states, corresponding to local 793 // Here is how the isstd & isgmt flags are set by zic: 805 bool isstd; member in struct:FinalRulePart 837 isstd = _isstd; 854 if (isgmt && !isstd) { 855 os << "Invalid input isgmt && !isstd"; 862 << isstd << isgm 980 bool isstd, isgmt; local [all...] |