Lines Matching refs:USHORT
36 static USHORT _nLanguage=LANGUAGE_ENGLISH;
44 void CALLTYPE SetLanguage( USHORT* nLanguage )
80 static USHORT aDaysInMonth[12] = { 31, 28, 31, 30, 31, 30,
93 static BOOL IsLeapYear( USHORT nYear )
107 static USHORT DaysInMonth( USHORT nMonth, USHORT nYear )
135 static long DateToDays( USHORT nDay, USHORT nMonth, USHORT nYear )
138 USHORT i;
166 USHORT *pDay, USHORT *pMonth, USHORT *pYear )
175 *pYear = (USHORT)((nTempDays / 365) - i);
204 *pDay = (USHORT)nTempDays;
277 USHORT nDay,nMonth,nYear;
310 USHORT nDay1,nMonth1,nYear1;
311 USHORT nDay2,nMonth2,nYear2;
357 USHORT nDay1,nMonth1,nYear1;
358 USHORT nDay2,nMonth2,nYear2;
388 USHORT nDay, nMonth, nYear;
410 USHORT nDay, nMonth, nYear;
444 USHORT nDay, nMonth, nYear;
476 USHORT nDay, nMonth, nYear;
501 void CALLTYPE GetFunctionCount( USHORT *nCount )
522 void CALLTYPE GetFunctionData( USHORT * nNo,
524 USHORT * nParamCount,
612 void CALLTYPE GetParameterDescription( USHORT* nNo, USHORT* nParam,