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

  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 382 int offsetSeconds = zoneInfo.mRawOffset / 1000;
398 offsetSeconds += zoneInfo.mOffsets[transitionType];
404 int wallTimeSeconds = checkedAdd(timeSeconds, offsetSeconds);
410 this.gmtOffsetSeconds = offsetSeconds;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
putil.cpp 753 int32_t offsetSeconds;
843 if (offset == OFFSET_ZONE_MAPPINGS[idx].offsetSeconds
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 753 int32_t offsetSeconds;
843 if (offset == OFFSET_ZONE_MAPPINGS[idx].offsetSeconds
    [all...]

Completed in 59 milliseconds