Home
last modified time | relevance | path

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

/third_party/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()
755 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt()
760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt()
765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt()
812 if (typeMapData != null) { in toString()
814 for (int i = 0; i < typeMapData.length; ++i) { in toString()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
757 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt()
762 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt()
767 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt()
814 if (typeMapData != null) { in toString()
816 for (int i = 0; i < typeMapData.length; ++i) { in toString()
[all …]
/third_party/icu/icu4c/source/i18n/
Dolsontz.cpp105 typeMapData = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
187 typeMapData = NULL; in OlsonTimeZone()
190 typeMapData = ures_getBinary(r.getAlias(), &len, &ec); in OlsonTimeZone()
290 typeMapData = other.typeMapData; in operator =()
621 if (typeMapData == z->typeMapData) { in hasSameRules()
650 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount()); in hasSameRules()
738 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type in initTransitionRules()
757 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
796 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
860 prevRule = historicRules[typeMapData[transCount - 1]]; in initTransitionRules()
[all …]
Dolsontz.h365 const uint8_t *typeMapData; // alias into res; do not delete variable
418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt()
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt()
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt()
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.cpp105 typeMapData = nullptr; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
187 typeMapData = nullptr; in OlsonTimeZone()
190 typeMapData = ures_getBinary(r.getAlias(), &len, &ec); in OlsonTimeZone()
290 typeMapData = other.typeMapData; in operator =()
621 if (typeMapData == z->typeMapData) { in hasSameRules()
650 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount()); in hasSameRules()
738 if (typeMapData[transitionIdx] != 0) { // type 0 is the initial type in initTransitionRules()
757 if (typeIdx == (int16_t)typeMapData[transitionIdx]) { in initTransitionRules()
796 typeIdx = (int16_t)typeMapData[firstTZTransitionIdx]; in initTransitionRules()
860 prevRule = historicRules[typeMapData[transCount - 1]]; in initTransitionRules()
[all …]
Dolsontz.h365 const uint8_t *typeMapData; // alias into res; do not delete variable
418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt()
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt()
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt()
/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.cpp105 typeMapData = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
187 typeMapData = NULL; in OlsonTimeZone()
190 typeMapData = ures_getBinary(r.getAlias(), &len, &ec); in OlsonTimeZone()
290 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.h365 const uint8_t *typeMapData; // alias into res; do not delete variable
418 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in zoneOffsetAt()
424 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in rawOffsetAt()
430 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1; in dstOffsetAt()