Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java182 String[] newChoiceFormats = new String[30]; in applyPattern() local
228 newChoiceFormats = doubleArraySize(newChoiceFormats); in applyPattern()
231 newChoiceFormats[count] = segments[1].toString(); in applyPattern()
244 newChoiceFormats = doubleArraySize(newChoiceFormats); in applyPattern()
247 newChoiceFormats[count] = segments[1].toString(); in applyPattern()
253 System.arraycopy(newChoiceFormats, 0, choiceFormats, 0, count); in applyPattern()