Searched refs:newFormatSymbols (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java2233 * @param newFormatSymbols the new date and time format symbols
2234 * @exception NullPointerException if the given newFormatSymbols is null
2237 public void setDateFormatSymbols(DateFormatSymbols newFormatSymbols) argument
2239 this.formatData = (DateFormatSymbols)newFormatSymbols.clone();

Completed in 35 milliseconds