HomeSort by relevance Sort by last modified time
    Searched defs:choiceLimits (Results 1 - 9 of 9) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ChoiceFormatTest.java 151 double[] choiceLimits = { -1, 0, 1, ChoiceFormat.nextDouble(1) };
158 choiceLimits));
180 choiceLimits[0] = ChoiceFormat.nextDouble(-1);
182 choiceLimits));
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 251 choiceLimits = new double[count];
252 System.arraycopy(newChoiceLimits, 0, choiceLimits, 0, count);
264 for (int i = 0; i < choiceLimits.length; ++i) {
271 double less = previousDouble(choiceLimits[i]);
272 double tryLessOrEqual = Math.abs(Math.IEEEremainder(choiceLimits[i], 1.0d));
276 result.append(""+choiceLimits[i]);
279 if (choiceLimits[i] == Double.POSITIVE_INFINITY) {
281 } else if (choiceLimits[i] == Double.NEGATIVE_INFINITY) {
349 choiceLimits = Arrays.copyOf(limits, limits.length);
359 double[] newLimits = Arrays.copyOf(choiceLimits, choiceLimits.length)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 102 milliseconds