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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
TimeScaleMonkeyTest.java 43 private long ranMax;
50 ranMax = max;
77 } while (value < ranMin || value > ranMax);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
TimeScaleMonkeyTest.java 39 private long ranMax;
46 ranMax = max;
73 } while (value < ranMin || value > ranMax);
  /external/icu/icu4c/source/test/cintltst/
utmstest.c 62 static int64_t ranMax;
69 ranMax = max;
93 } while (value < ranMin || value > ranMax);

Completed in 517 milliseconds