Searched refs:implIsLeapYear (Results 1 – 2 of 2) sorted by relevance
158 if (implIsLeapYear(_nYear)) in implDaysInMonth()185 if ( (nTempDays != 366) || !implIsLeapYear( date.Year ) ) in implBuildFromRelative()204 private static boolean implIsLeapYear(int _nYear) { in implIsLeapYear() method in DBTypeConversion
184 static sal_Bool implIsLeapYear(sal_Int32 _nYear) in implIsLeapYear() function202 if (implIsLeapYear(_nYear)) in implDaysInMonth()249 if ( (nTempDays != 366) || !implIsLeapYear( rYear ) ) in implBuildFromRelative()
Completed in 20 milliseconds