Searched defs:typeMapData (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dolsontz.h363 const uint8_t *typeMapData; // alias into res; do not delete member in class:OlsonTimeZone
416 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
422 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
428 int16_t typeIdx = (transIdx >= 0 ? typeMapData[transIdx] : 0) << 1;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java432 !Arrays.equals(typeMapData, o.typeMapData) ||
466 typeMapData = null;
574 typeMapData = r.getBinary(null);
575 if (typeMapData == null || typeMapData.length != transitionCount) {
579 typeMapData = null;
760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
770 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transId
862 private byte[] typeMapData; field in class:OlsonTimeZone
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java430 !Arrays.equals(typeMapData, o.typeMapData) ||
464 typeMapData = null;
572 typeMapData = r.getBinary(null);
573 if (typeMapData == null || typeMapData.length != transitionCount) {
577 typeMapData = null;
758 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
763 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0;
768 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transId
860 private byte[] typeMapData; field in class:OlsonTimeZone
[all...]

Completed in 246 milliseconds