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

  /external/icu/icu4c/source/i18n/
olsontz.h 309 int32_t dstOffsetAt(int16_t transIdx) const;
425 OlsonTimeZone::dstOffsetAt(int16_t transIdx) const {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java 327 if ((transitionTimes64[i] >= start && dstOffsetAt(i) != 0)
328 || (transitionTimes64[i] > start && i > 0 && dstOffsetAt(i - 1) != 0)) {
353 if (dstOffsetAt(trsIdx) != 0) {
360 if (dstOffsetAt(trsIdx - 1) != 0) {
692 boolean dstBefore = dstOffsetAt(transIdx - 1) != 0;
695 boolean dstAfter = dstOffsetAt(transIdx) != 0;
738 offsets[1] = dstOffsetAt(transIdx) * Grego.MILLIS_PER_SECOND;
765 private int dstOffsetAt(int transIdx) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 97 milliseconds