Home
last modified time | relevance | path

Searched refs:doubleArraySize (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java231 newChoiceLimits = doubleArraySize(newChoiceLimits); in applyPattern()
232 newChoiceFormats = doubleArraySize(newChoiceFormats); in applyPattern()
247 newChoiceLimits = doubleArraySize(newChoiceLimits); in applyPattern()
248 newChoiceFormats = doubleArraySize(newChoiceFormats); in applyPattern()
579 private static double[] doubleArraySize(double[] array) { in doubleArraySize() method in ChoiceFormat
586 private String[] doubleArraySize(String[] array) { in doubleArraySize() method in ChoiceFormat