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

/openjdk7/jdk/src/share/classes/java/text/
H A DChoiceFormat.java227 newChoiceLimits = doubleArraySize(newChoiceLimits);
228 newChoiceFormats = doubleArraySize(newChoiceFormats);
243 newChoiceLimits = doubleArraySize(newChoiceLimits);
244 newChoiceFormats = doubleArraySize(newChoiceFormats);
605 private static double[] doubleArraySize(double[] array) { method in class:ChoiceFormat
612 private String[] doubleArraySize(String[] array) { method in class:ChoiceFormat

Completed in 24 milliseconds