Home
last modified time | relevance | path

Searched defs:nMonth (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/
Dfx_date_helpers.cpp244 double FX_MakeDay(int nYear, int nMonth, int nDate) { in FX_MakeDay()
306 int nMonth = FX_GetMonthFromTime(dt) + 1; in FX_ParseDateUsingFormat() local
Dcjs_publicmethods.cpp359 int nMonth = FX_GetMonthFromTime(dt) + 1; in ParseDate() local
463 int nMonth = FX_GetMonthFromTime(dDate) + 1; in PrintDateUsingFormat() local
933 int nMonth = 1; in ParseDateAsGMT() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodelocale.cpp83 WideString CXFA_NodeLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName()
Dcxfa_xmllocale.cpp104 WideString CXFA_XMLLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName()