Searched refs:typeMapData (Results 1 – 4 of 4) sorted by relevance
430 !Arrays.equals(typeMapData, o.typeMapData) || in hasSameRules()464 typeMapData = null; in constructEmpty()572 typeMapData = r.getBinary(null); in construct()573 if (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 …]
428 !Arrays.equals(typeMapData, o.typeMapData) || in hasSameRules()462 typeMapData = null; in constructEmpty()570 typeMapData = r.getBinary(null); in construct()571 if (typeMapData.length != transitionCount) { in construct()575 typeMapData = null; in construct()756 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt()761 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt()766 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt()813 if (typeMapData != null) { in toString()815 for (int i = 0; i < typeMapData.length; ++i) { in toString()[all …]
103 typeMapData = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()186 typeMapData = NULL; in OlsonTimeZone()189 typeMapData = ures_getBinary(&r, &len, &ec); in OlsonTimeZone()287 typeMapData = other.typeMapData; in operator =()620 if (typeMapData == z->typeMapData) { in hasSameRules()649 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount()); in hasSameRules()737 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type in initTransitionRules()756 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()795 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()859 prevRule = historicRules[typeMapData[transCount - 1]]; in initTransitionRules()[all …]
361 const uint8_t *typeMapData; // alias into res; do not delete variable414 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt()420 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt()426 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt()