Searched refs:rawoffset (Results 1 – 4 of 4) sorted by relevance
137 int64_t rawoffset; // raw seconds offset from GMT member149 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {} in ZoneType()153 return rawoffset == other.rawoffset && in matches()404 type.rawoffset = readcoded(file); in readzoneinfo()431 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset; in readzoneinfo()434 if (info.types.at(i).rawoffset == rawoffset0 in readzoneinfo()1095 os << typ->rawoffset << ", " << typ->dstoffset; in print()1203 int64_t rawoffset; member1205 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType()1206 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType()[all …]
501 int32_t rawoffset = h * 1800000; in Test4151406() local510 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset); in Test4151406()
357 int rawoffset = h * 1800000; in Test4151406() local364 String[] ids = TimeZone.getAvailableIDs(rawoffset); in Test4151406()
360 int rawoffset = h * 1800000; in Test4151406() local367 String[] ids = TimeZone.getAvailableIDs(rawoffset); in Test4151406()