HomeSort by relevance Sort by last modified time
    Searched full:isgmt (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/tzcode/
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...]
zic.c 561 fprintf(f, ", isgmt %d", r->r_todisgmt);
    [all...]

Completed in 883 milliseconds