HomeSort by relevance Sort by last modified time
    Searched full:january1 (Results 1 - 1 of 1) sorted by null

  /external/icu4c/i18n/
gregocal.cpp 392 int32_t january1 = 365*(eyear-1) + ClockMath::floorDivide(eyear-1, (int32_t)4); local
393 dayOfYear = (julianEpochDay - january1); // 0-based
    [all...]

Completed in 32 milliseconds