Searched defs:rawoffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp498 // h is in half-hours from GMT; rawoffset is in millis
499 int32_t rawoffset = h * 1800000; local
508 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset);
510 dataerrln("Fail: TimeZone::createEnumeration(rawoffset)");
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp498 // h is in half-hours from GMT; rawoffset is in millis
499 int32_t rawoffset = h * 1800000; local
508 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset);
510 dataerrln("Fail: TimeZone::createEnumeration(rawoffset)");
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp136 int64_t rawoffset; // raw seconds offset from GMT member in struct:ZoneType
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
152 return rawoffset == other.rawoffset &&
403 type.rawoffset = readcoded(file);
428 // Initial type's rawoffset is same with the rawoffset after the
430 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset;
433 if (info.types.at(i).rawoffset == rawoffset0
1098 os << typ->rawoffset << ", " << ty
1206 int64_t rawoffset; member in struct:SimplifiedZoneType
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp136 int64_t rawoffset; // raw seconds offset from GMT member in struct:ZoneType
148 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
152 return rawoffset == other.rawoffset &&
403 type.rawoffset = readcoded(file);
428 // Initial type's rawoffset is same with the rawoffset after the
430 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset;
433 if (info.types.at(i).rawoffset == rawoffset0
1098 os << typ->rawoffset << ", " << ty
1206 int64_t rawoffset; member in struct:SimplifiedZoneType
[all...]

Completed in 113 milliseconds