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

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

Completed in 65 milliseconds