Searched defs:day (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_DATE.java59 * CK_CHAR day[2];  
87 * CK_CHAR day[2]; - the day ("01" - "31")
90 public char[] day; /* the day ("01" - "31") */ field in class:CK_DATE
92 public CK_DATE(char[] year, char[] month, char[] day) { argument
95 this.day = day;
114 copy.day = this.day
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DDate.java44 * year, month, and day.
51 * @param day 1 to 31
54 public Date(int year, int month, int day) { argument
55 super(year, month, day);
132 int day = Integer.parseInt(dd);
134 if ((month >= 1 && month <= MAX_MONTH) && (day >= 1 && day <= MAX_DAY)) {
135 d = new Date(year - 1900, month - 1, day);
156 int day = super.getDate();
165 buf[8] = Character.forDigit(day/1
[all...]
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DRuleDay.java34 * RuleDay class represents the value of the "ON" field. The day of
43 for (DayOfWeek day : DayOfWeek.values()) {
44 abbreviations.put(day.getAbbr(), day);
52 private int thanDayOfMonth; // day of month (e.g., 8 for "Sun>=8")
57 RuleDay(int day) { argument
58 thanDayOfMonth = day;
66 * @return the day of week value (1-based)
73 * @return true if this rule day represents the last day o
108 parse(String day) argument
[all...]
H A DTime.java136 * @param day the day represented by {@link RuleDay}
139 * @param time the time of the day represented by {@link Time}
142 static long getLocalTime(int year, Month month, RuleDay day, int save, argument
151 return getLocalTime(year, month, day, t);
160 * @param day the day value
161 * @param time the time of the day in milliseconds
164 static long getLocalTime(int year, Month month, int day, long time) { argument
166 date.setDate(year, month.value(), day);
179 getLocalTime(int year, Month month, int day, int time) argument
192 getLocalTime(int year, Month month, RuleDay day, long time) argument
206 getLocalTime(int year, Month month, RuleDay day, int time) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDatatypeFactoryImpl.java83 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
85 * year, month, day, hour, minute, and second.
115 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
117 * year, month, day, hour, minute, and second.
336 * whose lexical representation contains only day, hour, minute, and second components.
371 * whose lexical representation contains only day, hour, minute, and second components.
393 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.</p>
409 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in
414 * whose lexical representation contains only day, hour, minute, and second components.
426 * @param day Da
439 newDurationDayTime( final boolean isPositive, final BigInteger day, final BigInteger hour, final BigInteger minute, final BigInteger second) argument
480 newDurationDayTime( final boolean isPositive, final int day, final int hour, final int minute, final int second) argument
631 newXMLGregorianCalendar( final BigInteger year, final int month, final int day, final int hour, final int minute, final int second, final BigDecimal fractionalSecond, final int timezone) argument
[all...]
H A DXMLGregorianCalendarImpl.java108 * <a name="datetimefield-day"/>
110 * <td> day </td>
125 * transformed to represent the value of the first instance of the following day as per
216 private int day = DatatypeConstants.FIELD_UNDEFINED; field in class:XMLGregorianCalendarImpl
334 1, // day
464 * @param day of <code>XMLGregorianCalendar</code> to be created.
475 int day,
484 setDay(day);
494 new Object[] { year, new Integer(month), new Integer(day),
512 + ", day
472 XMLGregorianCalendarImpl( BigInteger year, int month, int day, int hour, int minute, int second, BigDecimal fractionalSecond, int timezone) argument
543 XMLGregorianCalendarImpl( int year, int month, int day, int hour, int minute, int second, int millisecond, int timezone) argument
689 createDateTime( BigInteger year, int month, int day, int hours, int minutes, int seconds, BigDecimal fractionalSecond, int timezone) argument
727 createDateTime( int year, int month, int day, int hour, int minute, int second) argument
767 createDateTime( int year, int month, int day, int hours, int minutes, int seconds, int milliseconds, int timezone) argument
808 createDate( int year, int month, int day, int timezone) argument
1247 setDay(int day) argument
[all...]
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDatatypeFactory.java191 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
193 * year, month, day, hour, minute, and second.
220 * Gregorian year, month, day, hour, minute, and second components defined in Section 5.5.3.2 of [ISO 8601], respectively.
222 * year, month, day, hour, minute, and second.
358 * whose lexical representation contains only day, hour, minute, and second components.
402 * whose lexical representation contains only day, hour, minute, and second components.
424 * <p>Any remaining milliseconds after determining the day, hour, minute and second are discarded.</p>
440 * <code>day</code>, <code>hour</code>, <code>minute</code> and <code>second</code> as defined in
445 * whose lexical representation contains only day, hour, minute, and second components.
457 * @param day Da
470 newDurationDayTime( final boolean isPositive, final BigInteger day, final BigInteger hour, final BigInteger minute, final BigInteger second) argument
513 newDurationDayTime( final boolean isPositive, final int day, final int hour, final int minute, final int second) argument
823 newXMLGregorianCalendar( final BigInteger year, final int month, final int day, final int hour, final int minute, final int second, final BigDecimal fractionalSecond, final int timezone) argument
859 newXMLGregorianCalendar( final int year, final int month, final int day, final int hour, final int minute, final int second, final int millisecond, final int timezone) argument
922 newXMLGregorianCalendarDate( final int year, final int month, final int day, final int timezone) argument
[all...]
H A DXMLGregorianCalendar.java97 * <td><a name="datetimefield-day"/>day</td>
111 * transformed to represent the value of the first instance of the following day as per
215 * int day,
224 * int day,
234 * int day,
306 * @param day value constraints summarized in <a href="#datetimefield-day">day field of date/time field mapping table</a>.
308 * @throws IllegalArgumentException if <code>day</cod
312 setDay(int day) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DTimeZone.java181 * @param day the day-in-month of the given date.
182 * @param dayOfWeek the day-of-week of the given date.
183 * @param milliseconds the milliseconds in day in <em>standard</em>
191 public abstract int getOffset(int era, int year, int month, int day, argument
H A DSimpleTimeZone.java61 * <em>start-rule</em> and <em>end-rule</em>. A day when daylight saving time
63 * <em>day-of-month</em>, and <em>day-of-week</em> values. The <em>month</em>
65 * value, such as {@link Calendar#MARCH}. The <em>day-of-week</em> value is
71 * <li><b>Exact day of month</b><br>
72 * To specify an exact day of month, set the <em>month</em> and
73 * <em>day-of-month</em> to an exact value, and <em>day-of-week</em> to zero. For
75 * MARCH}, <em>day-of-month</em> to 1, and <em>day
604 getOffset(int era, int year, int month, int day, int dayOfWeek, int millis) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DCurve.java33 float dax, day, dbx, dby; field in class:Curve
69 dax = 3 * ax; day = 3 * ay;
85 dax = 0; day = 0;
101 return t * (t * day + dby) + cy;
109 return Helpers.quadraticRoots(day, dby, cy, roots, off);
116 final float a = dax * dby - dbx * day;
117 final float b = 2 * (cy * dax - day * cx);
132 final float a = 2*(dax*dax + day*day);
133 final float b = 3*(dax*dbx + day*db
[all...]
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java377 * @param day The day-in-month of the given date.
378 * @param dayOfWeek The day-of-week of the given date.
379 * @param millis The milliseconds in day in <em>standard</em> local time.
382 public int getOffset(int era, int year, int month, int day, argument
395 date.setDate(year, month + 1, day);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java209 if (date1.day < date2.day) {
212 if (date1.day > date2.day) {
302 date.day = parseInt(buffer, start, stop);
449 if (data.day > maxDayInMonthFor(data.year, data.month) || data.day < 1) {
450 throw new RuntimeException("The day must have values 1 to 31");
457 if (++data.day > maxDayInMonthFor(data.year, data.month)) {
458 data.day
934 int year, month, day, hour, minute, utc; field in class:AbstractDateTimeDV.DateTimeData
959 DateTimeData(int year, int month, int day, int hour, int minute, double second, int utc, String originalValue, boolean normalized, AbstractDateTimeDV type) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/security/krb5/
H A DNativeCreds.c1026 WCHAR day[3]; local
1036 swprintf( (wchar_t *)day, 3, L"%2.2d", systemTime.wDay);
1044 day,
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h677 png_byte day; /* day of month, 1 - 31 */ member in struct:png_time_struct
678 png_byte hour; /* hour of day, 0 - 23 */
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2.h573 cmsUInt16Number day; member in struct:__anon860
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h570 CK_CHAR day[2]; /* the day ("01" - "31") */ member in struct:CK_DATE

Completed in 117 milliseconds