HomeSort by relevance Sort by last modified time
    Searched refs:nMonth (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 525 int nMonth = JS_GetMonthFromTime(dt) + 1;
559 nMonth = number[0];
565 nMonth = number[1];
579 nMonth = number[1];
584 nMonth = number[0];
591 nMonth = number[1];
604 swTemp.Format((FX_LPCWSTR)L"%d/%d/%d %d:%d:%d",nMonth,nDay,nYear,nHour,nMin,nSec);
616 int nMonth = JS_GetMonthFromTime(dt) + 1;
668 nMonth = ParseStringInteger(value, j, nSkip, 2);
714 nMonth = ParseStringInteger(value, j, nSkip, 2);
    [all...]
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 299 OMX_U32 nMonth; /**< The monthportion of the date stamp. Valid values are 1 to 12.*/
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 995 double JS_MakeDay(int nYear, int nMonth, int nDate)
997 if (!_isfinite(nYear) || !_isfinite(nMonth) ||!_isfinite(nDate))
1000 double m = _toInteger(nMonth);
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 141 double JS_MakeDay(int nYear, int nMonth, int nDay);

Completed in 140 milliseconds