Searched defs:nMonth (Results 1 – 4 of 4) sorted by relevance
82 WideString CXFA_NodeLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName()
89 WideString CXFA_XMLLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName()
393 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate() local475 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate() local735 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate() local1197 int nMonth = 1; in MakeInterDate() local
250 double JS_MakeDay(int nYear, int nMonth, int nDate) { in JS_MakeDay()