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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 136 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
1206 int64_t rawoffset; member in struct:SimplifiedZoneType
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 136 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
1206 int64_t rawoffset; member in struct:SimplifiedZoneType
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimeZoneTest.java 225 int rawOffset = tz.getRawOffset();
226 assertEquals(-8 * 60 * 60 * 1000, rawOffset);
227 List<String> ids = Arrays.asList(TimeZone.getAvailableIDs(rawOffset));
245 int rawoffset = tz.getRawOffset(); local
246 String[] ids = TimeZone.getAvailableIDs(rawoffset);
  /external/chromium_org/third_party/icu/source/test/intltest/
tzregts.cpp 419 " RawOffset(" + tzRawOffsetFloat + ")" +
498 // 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)");
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 419 " RawOffset(" + tzRawOffsetFloat + ")" +
498 // 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)");
    [all...]

Completed in 510 milliseconds