Lines Matching refs:start
417 int32_t start = CalendarCache::get(&gMonthCache, month, status);
419 if (start==0) {
450 start = (int32_t)(ClockMath::floorDivide(
452 CalendarCache::put(&gMonthCache, month, start, status);
456 start = 0;
458 return start;
551 // Return JD of start of given month/year
553 // Get the Julian day of the day BEFORE the start of this year.
554 // If useMonth is true, get the day before the start of the month.
709 * The system maintains a static default century start date and Year. They are