Searched defs:setChoices (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
H A DChoiceFormat.java324 * @see #setChoices
327 setChoices(limits, formats);
344 public void setChoices(double[] limits, String formats[]) { method in class:ChoiceFormat
353 // Android-changed: Clarify that calling setChoices() changes what is returned here.
356 * call to {@link #setChoices(double[], String[])}.
363 // Android-changed: Clarify that calling setChoices() changes what is returned here.
366 * call to {@link #setChoices(double[], String[])}.

Completed in 253 milliseconds