HomeSort by: relevance | last modified time | path
    Searched refs:_year (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
date.d 3458 dt._date._year = short.min;
3485 dt._date._year = short.max;
3779 _year = cast(short) year;
3791 assert(date._year == year);
3892 _year = cast(short)(years - 1);
3898 _year = cast(short) years;
3905 _year = 0;
3950 _year = cast(short)(years + 1);
3956 _year = cast(short) years;
3957 immutable newDoY = (yearIsLeapYear(_year) ? daysInLeapYear : daysInYear) + day + 1
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
test_hash.d 96 short _year;

Completed in 27 milliseconds