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

/openjdk9/jdk/src/java.base/share/classes/java/text/spi/
H A DDateFormatProvider.java64 * @see java.text.DateFormat#getTimeInstance(int, java.util.Locale)
66 public abstract DateFormat getTimeInstance(int style, Locale locale); method in class:DateFormatProvider
/openjdk9/jdk/test/sun/text/resources/Format/
H A DBug4762201.java46 DateFormat.getTimeInstance(DateFormat.SHORT,loc);
50 df = DateFormat.getTimeInstance(DateFormat.MEDIUM,loc);
53 df = DateFormat.getTimeInstance(DateFormat.LONG,loc);
56 df = DateFormat.getTimeInstance(DateFormat.FULL,loc);
/openjdk9/jdk/test/java/text/Format/DateFormat/
H A Dbug6317072.java64 DateFormat.getTimeInstance(DateFormat.FULL, null);
H A DIntlTestDateFormat.java85 fFormat = DateFormat.getTimeInstance(timeStyle, locale);
88 errln("FAIL: localeTest time getTimeInstance exception");
102 errln("FAIL: localeTest date getTimeInstance exception");
H A DIntlTestDateFormatAPI.java96 DateFormat fr = DateFormat.getTimeInstance(DateFormat.FULL, Locale.FRENCH);
H A DDateFormatRegression.java933 "getTimeInstance",
955 df = DateFormat.getTimeInstance(DATA[i]);
1040 DateFormat df = DateFormat.getTimeInstance(DateFormat.SHORT,
1051 errln("FAIL: getTimeInstance().format(d) => \"" +
H A DDateFormatRoundTripTest.java430 doTest(loc, DateFormat.getTimeInstance(style, loc), true);
/openjdk9/jdk/test/java/util/PluggableLocale/providersrc/
H A DDateFormatProviderImpl.java77 public DateFormat getTimeInstance(int style, Locale locale) { method in class:DateFormatProviderImpl
/openjdk9/jdk/src/java.base/share/classes/java/text/
H A DDateFormat.java108 * Use {@code getTimeInstance} to get the time format for that country.
474 * {@link #getTimeInstance(int, Locale) getTimeInstance(DEFAULT,
480 public static final DateFormat getTimeInstance() method in class:DateFormat
489 * {@link #getTimeInstance(int, Locale) getTimeInstance(style,
497 public static final DateFormat getTimeInstance(int style) method in class:DateFormat
510 public static final DateFormat getTimeInstance(int style, method in class:DateFormat
834 dateFormat = provider.getTimeInstance(timeStyle, loc);
H A DMessageFormat.java200 * <td headers="sc">{@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
203 * <td headers="sc">{@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#SHORT}{@code , getLocale())}
206 * <td headers="sc">{@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#DEFAULT}{@code , getLocale())}
209 * <td headers="sc">{@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{@code (}{@link DateFormat#LONG}{@code , getLocale())}
212 * <td headers="sc">{@link DateFormat#getTimeInstance(int,Locale) DateFormat.getTimeInstance}{
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/util/locale/provider/
H A DDateFormatProviderImpl.java85 * @see java.text.DateFormat#getTimeInstance(int, java.util.Locale)
88 public DateFormat getTimeInstance(int style, Locale locale) { method in class:DateFormatProviderImpl
H A DSPILocaleProviderAdapter.java250 public DateFormat getTimeInstance(int style, Locale locale) { method in class:SPILocaleProviderAdapter.DateFormatProviderDelegate
253 return dfp.getTimeInstance(style, locale);
/openjdk9/jdk/test/java/time/tck/java/time/format/
H A DTCKLocalizedPrinterParser.java182 DateFormat old = DateFormat.getTimeInstance(timeStyleOld, locale);
194 DateFormat old = DateFormat.getTimeInstance(timeStyleOld, locale);
/openjdk9/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...
/openjdk9/jdk/src/java.base/macosx/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java330 public DateFormat getTimeInstance(int style, Locale locale) {
/openjdk9/jdk/src/java.base/windows/classes/sun/util/locale/provider/
H A DHostLocaleProviderAdapterImpl.java160 public DateFormat getTimeInstance(int style, Locale locale) {
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java2222 DateFormat tf = DateFormat.getTimeInstance();
2289 DateFormat tf = DateFormat.getTimeInstance();

Completed in 186 milliseconds