Searched refs:newFormats (Results 1 – 3 of 3) sorted by relevance
55 String[] newFormats = (String[])form.getFormats(); in main() local56 newFormats[6] = "Doyoubi"; in main()
621 public void setFormatsByArgumentIndex(Format[] newFormats) { in setFormatsByArgumentIndex() argument624 if (j < newFormats.length) { in setFormatsByArgumentIndex()625 formats[i] = newFormats[j]; in setFormatsByArgumentIndex()652 public void setFormats(Format[] newFormats) { in setFormats() argument653 int runsToCopy = newFormats.length; in setFormats()658 formats[i] = newFormats[i]; in setFormats()1465 Format[] newFormats = new Format[newLength]; in makeFormat() local1468 System.arraycopy(formats, 0, newFormats, 0, maxOffset + 1); in makeFormat()1471 formats = newFormats; in makeFormat()
378 Object[] newFormats = Arrays.copyOf(choiceFormats, choiceFormats.length); in getFormats() local379 return newFormats; in getFormats()