Searched refs:rawoffset (Results 1 – 3 of 3) sorted by relevance
136 int64_t rawoffset; // raw seconds offset from GMT member148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} in ZoneType()152 return rawoffset == other.rawoffset && in matches()403 type.rawoffset = readcoded(file); in readzoneinfo()430 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset; in readzoneinfo()433 if (info.types.at(i).rawoffset == rawoffset0 in readzoneinfo()1098 os << typ->rawoffset << ", " << typ->dstoffset; in print()1206 int64_t rawoffset; member1208 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType()1209 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType()[all …]
499 int32_t rawoffset = h * 1800000; in Test4151406() local508 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset); in Test4151406()
347 int rawoffset = h * 1800000; in Test4151406() local354 String[] ids = TimeZone.getAvailableIDs(rawoffset); in Test4151406()