Searched defs:getDateInstance (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/spi/
H A DDateFormatProvider.java84 * @see java.text.DateFormat#getDateInstance(int, java.util.Locale)
86 public abstract DateFormat getDateInstance(int style, Locale locale); method in class:DateFormatProvider
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DDateFormatProviderImpl.java68 public DateFormat getDateInstance(int style, Locale locale) { method in class:DateFormatProviderImpl
/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java76 * myString = DateFormat.getDateInstance().format(myDate);
83 * DateFormat df = DateFormat.getDateInstance();
89 * call to {@link #getDateInstance(int, Locale) getDateInstance()}.
91 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
97 * <p>Use {@code getDateInstance} to get the normal date format for that country.
480 public final static DateFormat getDateInstance() method in class:DateFormat
492 public final static DateFormat getDateInstance(int style) method in class:DateFormat
505 public final static DateFormat getDateInstance(int style, method in class:DateFormat
1020 return dateFormatProvider.getDateInstance(dateStyl
[all...]
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...

Completed in 37 milliseconds