Searched refs:nMonth (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 393 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate() local 423 nMonth = number[0]; in ParseNormalDate() 427 nMonth = number[1]; in ParseNormalDate() 439 nMonth = number[1]; in ParseNormalDate() 443 nMonth = number[0]; in ParseNormalDate() 449 nMonth = number[1]; in ParseNormalDate() 462 return JS_DateParse(WideString::Format(L"%d/%d/%d %d:%d:%d", nMonth, nDay, in ParseNormalDate() 475 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate() local 524 nMonth = ParseStringInteger(value, j, &nSkip, 2); in MakeRegularDate() 567 nMonth = ParseStringInteger(value, j, &nSkip, 2); in MakeRegularDate() [all …]
|
D | JS_Define.cpp | 250 double JS_MakeDay(int nYear, int nMonth, int nDate) { in JS_MakeDay() argument 252 double m = static_cast<double>(nMonth); in JS_MakeDay()
|
D | JS_Define.h | 26 double JS_MakeDay(int nYear, int nMonth, int nDay);
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_xmllocale.cpp | 89 WideString CXFA_XMLLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName() argument 90 return GetCalendarSymbol("month", nMonth, bAbbr); in GetMonthName()
|
D | cxfa_nodelocale.cpp | 82 WideString CXFA_NodeLocale::GetMonthName(int32_t nMonth, bool bAbbr) const { in GetMonthName() argument 83 return GetCalendarSymbol(XFA_Element::MonthNames, nMonth, bAbbr); in GetMonthName()
|
D | cxfa_xmllocale.h | 26 WideString GetMonthName(int32_t nMonth, bool bAbbr) const override;
|
D | cxfa_nodelocale.h | 29 WideString GetMonthName(int32_t nMonth, bool bAbbr) const override;
|
/external/pdfium/core/fxcrt/ |
D | ifx_locale.h | 64 virtual WideString GetMonthName(int32_t nMonth, bool bAbbr) const = 0;
|