Searched refs:setChoices (Results 1 – 4 of 4) sorted by relevance
33 format.setChoices(limits, formats); in testSetChoices()
334 setChoices(limits, formats); in ChoiceFormat()353 public void setChoices(double[] limits, String formats[]) { in setChoices() method in ChoiceFormat
202 f.setChoices(new double[] { 0, 1, 2 }, new String[] { "0", "1", "2" }); in test_clone()
10969 method public void setChoices(double[], String[]);