Lines Matching full:year
442 case 'G': /* ISO 8601 year (four digits) */
443 case 'g': /* ISO 8601 year (two digits) */
446 ** year (the first Monday as the first day of week 1) as a decimal number
451 ** "Week 01 of a year is per definition the first week which has the
452 ** Thursday in this year, which is equivalent to the week which contains
453 ** the fourth day of January. In other words, the first week of a new year
454 ** is the week which has the majority of its days in the new year. Week 01
455 ** might also contain days from the previous year and the week before week
456 ** 01 of a year is the last week (52 or 53) of the previous year even if
457 ** it contains days from the new year. A week starts with Monday (day 1)
458 ** and ends with Sunday (day 7). For example, the first week of the year
463 int year;
469 year
478 len = isleap_sum(year, base) ?
483 ** the ISO year begin on?
489 ** ISO year begin on?
507 yday += isleap_sum(year, base) ?
528 pt = _yconv(year, base, 0, 1,
530 } else pt = _yconv(year, base, 1, 1,
729 ** what %C and %y do if the year is negative or exceeds 9999.