Home
last modified time | relevance | path

Searched defs:implDaysInMonth (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/connectivity/source/commontools/
H A Ddbconversion.cxx195 static sal_Int32 implDaysInMonth(sal_Int32 _nMonth, sal_Int32 _nYear) in implDaysInMonth() function
/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java154 private static int implDaysInMonth(int _nMonth, int _nYear) { in implDaysInMonth() method in DBTypeConversion