Searched refs:newChoiceFormats (Results 1 – 1 of 1) sorted by relevance
182 String[] newChoiceFormats = new String[30]; in applyPattern() local228 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()