Searched defs:year (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp164 const int year = 1900 + time_struct.tm_year; local
167 year,
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.h340 * Libpng only has two year fields. One is a 2-byte unsigned integer
345 * "png_uint_16 year" in png_time_struct.
362 * clock time, which returns (year - 1900), which we properly convert to
363 * the full 4-digit year. There is a possibility that applications using
365 * function, or that they are incorrectly passing only a 2-digit year
366 * instead of "year - 1900" into the png_convert_from_struct_tm() function,
372 * integer to hold the year, and can hold years as large as 65535.
675 png_uint_16 year; /* full year, as in, 1995 */ member in struct:png_time_struct
676 png_byte month; /* month of year,
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2.h571 cmsUInt16Number year; member in struct:__anon860
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h568 CK_CHAR year[4]; /* the year ("1900" - "9999") */ member in struct:CK_DATE

Completed in 69 milliseconds

12