Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodelocale.cpp82 WideString CXFA_NodeLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName()
Dcxfa_xmllocale.cpp89 WideString CXFA_XMLLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp393 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate() local
475 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate() local
735 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate() local
1197 int nMonth = 1; in MakeInterDate() local
DJS_Define.cpp250 double JS_MakeDay(int nYear, int nMonth, int nDate) { in JS_MakeDay()