Searched defs:year (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
H A Dtime_facets.cpp182 year to the year day YDAY with week day WDAY. ISO weeks start on
183 Monday; the first ISO week has the year's first Thursday. YDAY may
198 # define __is_leap(year)\
199 ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0))
393 int year = t->tm_year + __TM_YEAR_BASE; variable
396 /* This ISO week belongs to the previous year. */
397 year
[all...]
/ndk/tests/build/issue20862-libpng-O0/jni/
H A Dpng.h336 * Libpng only has two year fields. One is a 2-byte unsigned integer
341 * "png_uint_16 year" in png_time_struct.
359 * clock time, which returns (year - 1900), which we properly convert to
360 * the full 4-digit year. There is a possibility that applications using
362 * function, or that they are incorrectly passing only a 2-digit year
363 * instead of "year - 1900" into the png_convert_from_struct_tm() function,
369 * integer to hold the year, and can hold years as large as 65535.
685 png_uint_16 year; /* full year, as in, 1995 */ member in struct:png_time_struct
686 png_byte month; /* month of year,
[all...]

Completed in 248 milliseconds