Lines Matching refs:sal_Int32

61 sal_Bool HebrewLeapYear(sal_Int32 year) {  in HebrewLeapYear()
66 sal_Int32 LastMonthOfHebrewYear(sal_Int32 year) { in LastMonthOfHebrewYear()
72 sal_Int32 HebrewCalendarElapsedDays(sal_Int32 year) { in HebrewCalendarElapsedDays()
73 sal_Int32 MonthsElapsed = in HebrewCalendarElapsedDays()
77 sal_Int32 PartsElapsed = 204 + 793 * (MonthsElapsed % 1080); in HebrewCalendarElapsedDays()
81 sal_Int32 ConjunctionDay = 1 + 29 * MonthsElapsed + HoursElapsed / 24; in HebrewCalendarElapsedDays()
82 sal_Int32 ConjunctionParts = 1080 * (HoursElapsed % 24) + PartsElapsed % 1080; in HebrewCalendarElapsedDays()
83 sal_Int32 AlternativeDay; in HebrewCalendarElapsedDays()
107 sal_Int32 DaysInHebrewYear(sal_Int32 year) { in DaysInHebrewYear()
113 sal_Bool LongHeshvan(sal_Int32 year) { in LongHeshvan()
118 sal_Bool ShortKislev(sal_Int32 year) { in ShortKislev()
123 sal_Int32 LastDayOfHebrewMonth(sal_Int32 month, sal_Int32 year) { in LastDayOfHebrewMonth()
140 sal_Int32 year; // 1...
141 sal_Int32 month; // 1..LastMonthOfHebrewYear(year)
142 sal_Int32 day; // 1..LastDayOfHebrewMonth(month, year)
145 HebrewDate(sal_Int32 m, sal_Int32 d, sal_Int32 y) { month = m; day = d; year = y; } in HebrewDate()
147 HebrewDate(sal_Int32 d) { // Computes the Hebrew date from the absolute date. in HebrewDate()
164 sal_Int32 DayInYear = day; // Days so far this month.
167 sal_Int32 m = 7;
179 sal_Int32 m = 7;
190 sal_Int32 GetMonth() { return month; } in GetMonth()
191 sal_Int32 GetDay() { return day; } in GetDay()
192 sal_Int32 GetYear() { return year; } in GetYear()
291 Calendar_jewish::getDisplayString( sal_Int32 nCalendarDisplayCode, sal_Int16 nNativeNumberMode ) in getDisplayString()
297 sal_Int32 value = getValue(CalendarFieldIndex::YEAR) % 1000; // take last 3 digits in getDisplayString()