Searched refs:day (Results 26 - 40 of 40) sorted by relevance

12

/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/xalan/internal/lib/
H A DExsltDatetime.java343 * The date:day-in-year function returns the day of a date in a year
378 * The date:day-in-month function returns the day of a date as a number.
398 double day = getNumber(datetime, formats, Calendar.DAY_OF_MONTH);
399 return day;
412 * The date:day-of-week-in-month function returns the day-of-the-week
448 * The date:day-in-week function returns the day o
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsplugin.c435 Dest->tm_mday = _cmsAdjustEndianess16(Source->day);
451 Dest->day = _cmsAdjustEndianess16((cmsUInt16Number) Source->tm_mday);
H A Dlcms2.h573 cmsUInt16Number day; member in struct:__anon860
/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
/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/security/pkcs11/wrapper/
H A Dp11_convert.c103 jDay = ckCharArrayToJCharArray(env, (CK_CHAR_PTR)(ckpDate->day), 2);
322 jFieldID = (*env)->GetFieldID(env, jDateClass, "day", "[C");
384 ckpDate->day[0] = 0;
385 ckpDate->day[1] = 0;
402 ckpDate->day[i] = jCharToCKChar(jTempChars[i]);
H A Dp11_util.c1018 TRACE3("<converted date value %.4s-%.2s-%.2s>", (*((CK_DATE *) *ckpObjectPtr)).year, (*((CK_DATE *) *ckpObjectPtr)).month, (*((CK_DATE *) *ckpObjectPtr)).day);
H A Dpkcs11t.h570 CK_CHAR day[2]; /* the day ("01" - "31") */ member in struct:CK_DATE
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DRenderer.java218 dddy = 2f * c.day / (1 << (3 * countlg));
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c2012 mod_time->day > 31 || mod_time->day < 1 ||
2021 buf[3] = mod_time->day;
H A Dpng.c615 APPEND_NUMBER(PNG_NUMBER_FORMAT_u, (unsigned)ptime->day % 32);
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 */
H A Dpngwrite.c454 ptime->day = (png_byte)ttime->tm_mday;
H A Dpngrutil.c2138 mod_time.day = buf[3];

Completed in 104 milliseconds

12