Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java520 public void setShortMonths(String[] newShortMonths) { in setShortMonths() argument
521 shortMonths = Arrays.copyOf(newShortMonths, newShortMonths.length); in setShortMonths()