Home
last modified time | relevance | path

Searched refs:rawoffset (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp136 int64_t rawoffset; // raw seconds offset from GMT member
148 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; member
1208 SimplifiedZoneType() : rawoffset(-1), dstoffset(-1) {} in SimplifiedZoneType()
1209 SimplifiedZoneType(const ZoneType& t) : rawoffset(t.rawoffset), in SimplifiedZoneType()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp499 int32_t rawoffset = h * 1800000; in Test4151406() local
508 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset); in Test4151406()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegression.java347 int rawoffset = h * 1800000; in Test4151406() local
354 String[] ids = TimeZone.getAvailableIDs(rawoffset); in Test4151406()