Lines Matching defs:year
373 case 'G': /* ISO 8601 year (four digits) */
374 case 'g': /* ISO 8601 year (two digits) */
377 ** year (the first Monday as the first day of week 1) as a decimal number
382 ** "Week 01 of a year is per definition the first week which has the
383 ** Thursday in this year, which is equivalent to the week which contains
384 ** the fourth day of January. In other words, the first week of a new year
385 ** is the week which has the majority of its days in the new year. Week 01
386 ** might also contain days from the previous year and the week before week
387 ** 01 of a year is the last week (52 or 53) of the previous year even if
388 ** it contains days from the new year. A week starts with Monday (day 1)
389 ** and ends with Sunday (day 7). For example, the first week of the year
394 int year;
400 year = t->tm_year;
409 len = isleap_sum(year, base) ?
414 ** the ISO year begin on?
420 ** ISO year begin on?
438 yday += isleap_sum(year, base) ?
454 pt = _yconv(year, base,
457 } else pt = _yconv(year, base,
628 ** what %C and %y do if the year is negative or exceeds 9999.