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

  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 137 int64_t rawoffset; // raw seconds offset from GMT member in struct:ZoneType
149 ZoneType() : rawoffset(-1), dstoffset(-1), abbr(-1) {}
153 return rawoffset == other.rawoffset &&
404 type.rawoffset = readcoded(file);
429 // Initial type's rawoffset is same with the rawoffset after the
431 int64_t rawoffset0 = (info.types.at(info.transitions.at(0).type)).rawoffset;
434 if (info.types.at(i).rawoffset == rawoffset0
1203 int64_t rawoffset; member in struct:SimplifiedZoneType
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 287 " RawOffset(" + tzRawOffsetFloat + ")" +
359 // h is in half-hours from GMT; rawoffset is in millis
360 int rawoffset = h * 1800000; local
367 String[] ids = TimeZone.getAvailableIDs(rawoffset);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 421 " RawOffset(" + tzRawOffsetFloat + ")" +
500 // h is in half-hours from GMT; rawoffset is in millis
501 int32_t rawoffset = h * 1800000; local
510 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset);
512 dataerrln("Fail: TimeZone::createEnumeration(rawoffset)");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 284 " RawOffset(" + tzRawOffsetFloat + ")" +
356 // h is in half-hours from GMT; rawoffset is in millis
357 int rawoffset = h * 1800000; local
364 String[] ids = TimeZone.getAvailableIDs(rawoffset);
    [all...]

Completed in 186 milliseconds