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

/openjdk9/jdk/test/java/time/test/java/time/temporal/
H A DTestIsoWeekFields.java55 {WeekFields.ISO.weekOfWeekBasedYear(), WeekFields.ISO.weekBasedYear()},
81 assertEquals(WeekFields.ISO.weekOfWeekBasedYear().isSupportedBy(ThaiBuddhistDate.now()), true);
/openjdk9/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DMediaSize.java39 * values, organized into nested classes for ISO, JIS, North American,
202 MediaSize match = MediaSize.ISO.A4;
288 * Class MediaSize.ISO includes {@link MediaSize MediaSize} values for ISO
291 public static final class ISO { class in class:MediaSize
293 * Specifies the ISO A0 size, 841 mm by 1189 mm.
298 * Specifies the ISO A1 size, 594 mm by 841 mm.
303 * Specifies the ISO A2 size, 420 mm by 594 mm.
308 * Specifies the ISO A3 size, 297 mm by 420 mm.
313 * Specifies the ISO A
432 private ISO() { method in class:MediaSize.ISO
[all...]
/openjdk9/jdk/test/java/awt/print/Dialog/
H A DPaperSizeError.java63 MediaSize a4 = MediaSize.ISO.A4;
/openjdk9/jdk/test/java/time/tck/java/time/temporal/
H A DTCKWeekFields.java125 LocalDate date = LocalDate.of(2000, 1, 10); // Known to be ISO Monday
126 assertEquals(date.get(WeekFields.ISO.dayOfWeek()), 1);
139 LocalDate date = LocalDate.of(2000, 1, 10); // Known to be ISO Monday
140 assertEquals(date.with(WeekFields.ISO.dayOfWeek(), 2), LocalDate.of(2000, 1, 11));
141 assertEquals(date.with(WeekFields.ISO.dayOfWeek(), 7), LocalDate.of(2000, 1, 16));
152 LocalDate day = LocalDate.of(2000, 1, 10); // Known to be ISO Monday
164 LocalDate day = LocalDate.of(2012, 12, 31); // Known to be ISO Monday
189 + String.format("%s, ISO Dow: %s, offset: %s, actualDOW: %s, actualWOM: %s, expected: %s, result: %s%n",
197 LocalDate day = LocalDate.of(2012, 12, 31); // Known to be ISO Monday
220 + String.format("%s, ISO Do
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPSStreamPrintService.java233 iw = MediaSize.ISO.A4.getX(Size2DSyntax.INCH) - 2*margin;
234 ih = MediaSize.ISO.A4.getY(Size2DSyntax.INCH) - 2*margin;
/openjdk9/jdk/src/java.desktop/unix/classes/sun/print/
H A DUnixPrintService.java705 iw = MediaSize.ISO.A4.getX(Size2DSyntax.INCH) - 0.5f;
706 ih = MediaSize.ISO.A4.getY(Size2DSyntax.INCH) - 0.5f;
H A DIPPPrintService.java1514 iw = MediaSize.ISO.A4.getX(Size2DSyntax.INCH) - 0.5f;
1515 ih = MediaSize.ISO.A4.getY(Size2DSyntax.INCH) - 0.5f;
1700 Charset.forName("ISO-8859-1")));
/openjdk9/jdk/src/java.base/share/classes/java/time/temporal/
H A DWeekFields.java110 * {@linkplain ChronoField#DAY_OF_WEEK ISO day-of-week} which are based on the
117 * For example, the ISO-8601 standard considers Monday to be the first day-of-week.
119 * For example, the ISO-8601 standard counts the first week as needing at least 4 days.
197 * Initialized first to be available for definition of ISO, etc.
202 * The ISO-8601 definition, where a week starts on Monday and the first week
205 * The ISO-8601 standard defines a calendar system based on weeks.
213 public static final WeekFields ISO = new WeekFields(DayOfWeek.MONDAY, 4); field in class:WeekFields
229 * The estimated duration of a week-based-year is the same as that of a standard ISO
306 * The first day-of-week defines the ISO {@code DayOfWeek} that is day 1 of the week.
394 * For example, the US uses Sunday, while France and the ISO
[all...]
/openjdk9/make/
H A DDocs.gmk105 -serialwarn -encoding ISO-8859-1 -breakiterator -splitIndex --system none \

Completed in 89 milliseconds