HomeSort by relevance Sort by last modified time
    Searched full:otherip (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneAliasTest.java 309 long otherIP = ((Long)other.inflectionPoints.get(i)).longValue();
310 if (myIP > otherIP) { // take lowest, for transitivity (semi)
312 myIP = otherIP;
313 otherIP = temp;
320 if (myIP == otherIP) continue; // test other if different
321 myIP = otherIP;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 305 long otherIP = ((Long)other.inflectionPoints.get(i)).longValue();
306 if (myIP > otherIP) { // take lowest, for transitivity (semi)
308 myIP = otherIP;
309 otherIP = temp;
316 if (myIP == otherIP) continue; // test other if different
317 myIP = otherIP;

Completed in 105 milliseconds