Searched refs:START_YEAR (Results 1 – 6 of 6) sorted by relevance
142 daysCounts = DAYS_OF_YEAR * (solorYear - START_YEAR); in CalcDaysFromBaseDate()149 daysCounts += (solorYear - START_YEAR) / FREQ_LEAP_YEAR; in CalcDaysFromBaseDate()166 for (i = START_YEAR; (tempDaysCounts > 0) && (i < END_YEAR); i++) { in SolorDateToLunarDate()176 leapMonth = lunarDateInfo[lunarYear - START_YEAR] & 0xf; in SolorDateToLunarDate()183 …daysInPerLunarMonth = ((lunarDateInfo[lunarYear - START_YEAR + 1] & 0xf) == 0xf) ? DAYS_IN_BIG_MON… in SolorDateToLunarDate()186 daysInPerLunarMonth = ((lunarDateInfo[lunarYear - START_YEAR] & in SolorDateToLunarDate()218 if ((lunarYear < START_YEAR) || (lunarYear > END_YEAR)) { in GetDaysPerLunarYear()223 daysPerLunarYear += ((lunarDateInfo[lunarYear - START_YEAR] & i) == i) ? 1 : 0; in GetDaysPerLunarYear()225 if (((lunarDateInfo[lunarYear - START_YEAR] & 0xf) != 0) && in GetDaysPerLunarYear()226 ((lunarDateInfo[lunarYear - START_YEAR] & 0xf) != 0xf)) { in GetDaysPerLunarYear()[all …]
27 int START_YEAR = 1900; in FormatDate() local29 int year = START_YEAR + ltm->tm_year; in FormatDate()
56 static const int32_t START_YEAR = 1900; variable
60 constexpr uint32_t START_YEAR = 1900; variable404 newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; in GetRawFileLastModTime()
31 constexpr uint32_t START_YEAR = 1900; variable710 …newTime.tm_year = ((modifiedDate >> TM_YEAR_BITS) & 0x7f) + START_YEAR; // 年,tm_year为int临时变量减去1900。 in CombineTimeAndDate()
100 constexpr int32_t START_YEAR = 1980; variable590 settingData.datePickerProperty["end"] = PickerDate(START_YEAR, CURRENT_DAY, 1);3310 pickerDates.emplace_back(PickerDateF::CreateYear(START_YEAR));3311 pickerDates.emplace_back(PickerDateF::CreateYear(START_YEAR));3312 pickerDates.emplace_back(PickerDateF::CreateYear(START_YEAR));3420 pickerDates.emplace_back(PickerDateF::CreateYear(START_YEAR));3421 pickerDates.emplace_back(PickerDateF::CreateYear(START_YEAR));3422 pickerDates.emplace_back(PickerDateF::CreateYear(START_YEAR));5604 settingData.datePickerProperty["end"] = PickerDate(START_YEAR, CURRENT_DAY, 1);