tz2icu.cpp | 143 bool isgmt; member in struct:ZoneType 398 // Read types (except for the isdst and isgmt flags, which come later (why??)) 522 // Read isgmt flags 523 for (i=0; i<typecnt; ++i) info.types[i].isgmt = 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: 806 bool isgmt; member in struct:FinalRulePart 838 isgmt = _isgmt; 854 if (isgmt && !isstd) { 855 os << "Invalid input isgmt && !isstd" 980 bool isstd, isgmt; local [all...] |