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

  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 516 int nHour = JS_GetHourFromTime(dt);
593 swTemp.Format(L"%d/%d/%d %d:%d:%d",nMonth,nDay,nYear,nHour,nMin,nSec);
607 int nHour = JS_GetHourFromTime(dt);
668 nHour = ParseStringInteger(value, j, nSkip, 2);
673 nHour = ParseStringInteger(value, j, nSkip, 2);
714 nHour = ParseStringInteger(value, j, nSkip, 2);
719 nHour = ParseStringInteger(value, j, nSkip, 2);
859 if (bPm) nHour += 12;
870 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. */

Completed in 682 milliseconds