Home
last modified time | relevance | path

Searched refs:nMonth (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp420 int nMonth = JS_GetMonthFromTime(dt) + 1; in ParseNormalDate() local
450 nMonth = number[0]; in ParseNormalDate()
455 nMonth = number[1]; in ParseNormalDate()
468 nMonth = number[1]; in ParseNormalDate()
472 nMonth = number[0]; in ParseNormalDate()
478 nMonth = number[1]; in ParseNormalDate()
491 swTemp.Format(L"%d/%d/%d %d:%d:%d", nMonth, nDay, nYear, nHour, nMin, nSec); in ParseNormalDate()
504 int nMonth = JS_GetMonthFromTime(dt) + 1; in MakeRegularDate() local
553 nMonth = ParseStringInteger(value, j, nSkip, 2); in MakeRegularDate()
596 nMonth = ParseStringInteger(value, j, nSkip, 2); in MakeRegularDate()
[all …]
DJS_Value.cpp828 double JS_MakeDay(int nYear, int nMonth, int nDate) { in JS_MakeDay() argument
829 if (!_isfinite(nYear) || !_isfinite(nMonth) || !_isfinite(nDate)) in JS_MakeDay()
832 double m = _toInteger(nMonth); in JS_MakeDay()
DJS_Value.h205 double JS_MakeDay(int nYear, int nMonth, int nDay);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.cpp94 void CXFA_XMLLocale::GetMonthName(int32_t nMonth, in GetMonthName() argument
97 wsMonthName = GetCalendarSymbol("month", nMonth, bAbbr); in GetMonthName()
264 void CXFA_NodeLocale::GetMonthName(int32_t nMonth, in GetMonthName() argument
267 wsMonthName = GetCalendarSymbol(XFA_ELEMENT_MonthNames, nMonth, bAbbr); in GetMonthName()
Dxfa_locale.h18 virtual void GetMonthName(int32_t nMonth,
58 virtual void GetMonthName(int32_t nMonth,
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h20 virtual void GetMonthName(int32_t nMonth,
Dfx_locale.cpp157 void CFX_Locale::GetMonthName(int32_t nMonth, in GetMonthName() argument
163 FX_GetCalendarSymbol(m_pElement, "month", nMonth, bAbbr, wsMonthName); in GetMonthName()
/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h65 virtual void GetMonthName(int32_t nMonth,