Searched refs:GregorianDate (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/i18npool/source/calendar/ |
H A D | calendar_jewish.cxx | 216 class GregorianDate { class 223 GregorianDate(int m, int d, int y) { month = m; day = d; year = y; } in GregorianDate() function in GregorianDate 225 GregorianDate(int d) { // Computes the Gregorian date from the absolute date. in GregorianDate() function in GregorianDate 228 while (d >= GregorianDate(1,1,year+1)) in GregorianDate() 232 while (d > GregorianDate(month, LastDayOfGregorianMonth(month,year), year)) in GregorianDate() 234 day = d - GregorianDate(month,1,year) + 1; in GregorianDate() 261 …GregorianDate Temp(fieldValue[CalendarFieldIndex::MONTH] + 1, fieldValue[CalendarFieldIndex::DAY_O… in mapFromGregorian() 279 GregorianDate gd(Temp); in mapToGregorian()
|
Completed in 15 milliseconds