Lines Matching defs:year
284 case 'G': /* ISO 8601 year (four digits) */
285 case 'g': /* ISO 8601 year (two digits) */
288 * year (the first Monday as the first day of week 1) as a decimal number
293 * "Week 01 of a year is per definition the first week which has the
294 * Thursday in this year, which is equivalent to the week which contains
295 * the fourth day of January. In other words, the first week of a new year
296 * is the week which has the majority of its days in the new year. Week 01
297 * might also contain days from the previous year and the week before week
298 * 01 of a year is the last week (52 or 53) of the previous year even if
299 * it contains days from the new year. A week starts with Monday (day 1)
300 * and ends with Sunday (day 7). For example, the first week of the year
305 int year;
311 year = t->tm_year;
320 len = isleap_sum(year, base) ?
324 * the ISO year begin on?
330 * ISO year begin on?
347 yday += isleap_sum(year, base) ?
360 pt = _yconv(year, base, 0, 1,
363 pt = _yconv(year, base, 1, 1,
508 * what %C and %y do if the year is negative or exceeds 9999.