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

  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 527 int nHour = JS_GetHourFromTime(dt);
604 swTemp.Format((FX_LPCWSTR)L"%d/%d/%d %d:%d:%d",nMonth,nDay,nYear,nHour,nMin,nSec);
618 int nHour = JS_GetHourFromTime(dt);
678 nHour = ParseStringInteger(value, j, nSkip, 2);
683 nHour = ParseStringInteger(value, j, nSkip, 2);
724 nHour = ParseStringInteger(value, j, nSkip, 2);
729 nHour = ParseStringInteger(value, j, nSkip, 2);
869 if (bPm) nHour += 12;
880 if (nHour < 0 || nHour > 24)
    [all...]
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 291 OMX_U32 nHour; /**< The hour portion of the time stamp, based on a 24-hour format. */
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 1012 double JS_MakeTime(int nHour, int nMin, int nSec, int nMs)
1014 if (!_isfinite(nHour) ||!_isfinite(nMin) ||!_isfinite(nSec) ||!_isfinite(nMs))
1017 double h = _toInteger(nHour);
  /external/pdfium/fpdfsdk/include/jsapi/
fxjs_v8.h 142 double JS_MakeTime(int nHour, int nMin, int nSec, int nMs);

Completed in 87 milliseconds