Searched defs:limits (Results 1 – 5 of 5) sorted by relevance
14 private final double[] limits = new double[] { 0, 1, 2, 3, 4 }; field in ChoiceFormatTest
154 List<Integer> limits = skips; in testSkipLimitOps() local171 List<Integer> limits = sizes(data.size()); in testLimitOps() local
326 public ChoiceFormat(double[] limits, String[] formats) { in ChoiceFormat()344 public void setChoices(double[] limits, String formats[]) { in setChoices()
232 int limits = buffer.limit(); in test_unblockWithJoinWithoutSource() local
31 double[] limits = new double[] { 0, 1, ChoiceFormat.nextDouble(1), field in ChoiceFormatTest