Home
last modified time | relevance | path

Searched refs:typeMapData (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java430 !Arrays.equals(typeMapData, o.typeMapData) || in hasSameRules()
464 typeMapData = null; in constructEmpty()
572 typeMapData = r.getBinary(null); in construct()
573 if (typeMapData == null || typeMapData.length != transitionCount) { in construct()
577 typeMapData = null; in construct()
758 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt()
763 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt()
768 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt()
815 if (typeMapData != null) { in toString()
817 for (int i = 0; i < typeMapData.length; ++i) { in toString()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java432 !Arrays.equals(typeMapData, o.typeMapData) || in hasSameRules()
466 typeMapData = null; in constructEmpty()
574 typeMapData = r.getBinary(null); in construct()
575 if (typeMapData == null || typeMapData.length != transitionCount) { in construct()
579 typeMapData = null; in construct()
760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt()
765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt()
770 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt()
817 if (typeMapData != null) { in toString()
819 for (int i = 0; i < typeMapData.length; ++i) { in toString()
[all …]
/external/icu/icu4c/source/i18n/
Dolsontz.cpp105 typeMapData = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
188 typeMapData = NULL; in OlsonTimeZone()
191 typeMapData = ures_getBinary(&r, &len, &ec); in OlsonTimeZone()
289 typeMapData = other.typeMapData; in operator =()
622 if (typeMapData == z->typeMapData) { in hasSameRules()
651 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount()); in hasSameRules()
739 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type in initTransitionRules()
758 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
797 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
861 prevRule = historicRules[typeMapData[transCount - 1]]; in initTransitionRules()
[all …]
Dolsontz.h363 const uint8_t *typeMapData; // alias into res; do not delete variable
416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt()
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt()
428 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt()