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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
XLocaleMatcherTest.java 220 long timeLongNew=0;
227 timeLongNew = timeXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations);
244 assertTrue("timeLongNew (=" + timeLongNew + ") < 25% of timeLongOld (=" + timeLongOld + ")", timeLongNew * 4 < timeLongOld);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
XLocaleMatcherTest.java 217 long timeLongNew=0;
224 timeLongNew = timeXLocaleMatcher("Duration (many supported):\t", desired, matcherVeryLong, showMessage, iterations);
241 assertTrue("timeLongNew (=" + timeLongNew + ") < 25% of timeLongOld (=" + timeLongOld + ")", timeLongNew * 4 < timeLongOld);

Completed in 93 milliseconds