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

  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 144 bool isstd; member in struct:ZoneType
521 // Read isstd flags
522 for (i=0; i<typecnt; ++i) info.types[i].isstd = readbool(file);
773 // Isstd and isgmt only have 3 valid states, corresponding to local
775 // Here is how the isstd & isgmt flags are set by zic:
787 bool isstd; member in struct:FinalRulePart
819 isstd = _isstd;
836 if (isgmt && !isstd) {
837 os << "Invalid input isgmt && !isstd";
844 << isstd << isgm
961 bool isstd, isgmt; local
    [all...]
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_read.go 141 isstd := d.read(n[NStdWall])
190 if i < len(isstd) {
191 tx[i].isstd = isstd[i] != 0
zoneinfo.go 48 isstd, isutc bool // ignored - no idea what these mean
  /prebuilts/go/linux-x86/src/time/
zoneinfo_read.go 141 isstd := d.read(n[NStdWall])
190 if i < len(isstd) {
191 tx[i].isstd = isstd[i] != 0
zoneinfo.go 48 isstd, isutc bool // ignored - no idea what these mean

Completed in 186 milliseconds