HomeSort by relevance Sort by last modified time
    Searched refs:typeMapData (Results 1 - 11 of 11) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java 432 !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[transIdx]) * 2 : 0
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java 430 !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[transIdx]) * 2 : 0
    [all...]
  /external/icu/icu4c/source/i18n/
olsontz.h 363 const uint8_t *typeMapData; // alias into res; do not delete
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;
olsontz.cpp 105 typeMapData = NULL;
188 typeMapData = NULL;
191 typeMapData = ures_getBinary(&r, &len, &ec);
289 typeMapData = other.typeMapData;
619 // [sic] pointer comparison: typeMapData points into
622 if (typeMapData == z->typeMapData) {
651 && arrayEqual(typeMapData, z->typeMapData, sizeof(typeMapData[0]) * transitionCount())
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 171 milliseconds