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

/openjdk7/jdk/src/share/classes/com/sun/nio/file/
H A DSensitivityWatchEventModifier.java45 MEDIUM(10), enum constant in enum:SensitivityWatchEventModifier
/openjdk7/jdk/test/sun/text/resources/Format/
H A DBug4807540.java41 DateFormat dfSi = DateFormat.getDateInstance (DateFormat.MEDIUM, si);
H A DBug4395196.java50 df = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.MEDIUM,loc);
56 df = DateFormat.getDateTimeInstance(DateFormat.MEDIUM, DateFormat.LONG,loc);
H A DBug5096553.java47 DateFormat df1 = DateFormat.getDateInstance(DateFormat.MEDIUM, dk);
H A DBug4762201.java47 df = DateFormat.getTimeInstance(DateFormat.MEDIUM,loc);
/openjdk7/jdk/test/java/text/Format/DateFormat/
H A DBug6683975.java41 "30 \u0e01.\u0e22. 2008, 8:00:00", // 2: MEDIUM
47 "30 \u0e01.\u0e22. 2551, 8:00:00", // 2: MEDIUM
51 "FULL", "LONG", "MEDIUM", "SHORT"
95 test(DateFormat.MEDIUM);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java96 } else if (dtfStr.startsWith("MEDIUM")) {
97 dateStyle = DateFormat.MEDIUM;
106 } else if (dtfStr.endsWith("MEDIUM")) {
107 timeStyle = DateFormat.MEDIUM;
/openjdk7/jdk/src/share/classes/java/text/
H A DDateFormat.java65 * styles. The formatting styles include {@link #FULL}, {@link #LONG}, {@link #MEDIUM}, and {@link #SHORT}. More
102 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
105 * <li>{@link #MEDIUM} is longer, such as {@code Jan 12, 1952}
429 public static final int MEDIUM = 2; field in class:DateFormat
435 * Constant for default style pattern. Its value is MEDIUM.
437 public static final int DEFAULT = MEDIUM;
H A DMessageFormat.java1401 DateFormat.MEDIUM,
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DPollingWatchService.java105 SensitivityWatchEventModifier sensivity = SensitivityWatchEventModifier.MEDIUM;
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java110 private DateFormat df = DateFormat.getDateInstance(DateFormat.MEDIUM, java.util.Locale.US);

Completed in 72 milliseconds