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 317 long otherIP = ((Long)other.inflectionPoints.get(i)).longValue();
318 if (myIP > otherIP) { // take lowest, for transitivity (semi)
320 myIP = otherIP;
321 otherIP = temp;
328 if (myIP == otherIP) continue; // test other if different
329 myIP = otherIP;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 314 long otherIP = ((Long)other.inflectionPoints.get(i)).longValue();
315 if (myIP > otherIP) { // take lowest, for transitivity (semi)
317 myIP = otherIP;
318 otherIP = temp;
325 if (myIP == otherIP) continue; // test other if different
326 myIP = otherIP;

Completed in 2720 milliseconds