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

  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 275 int nHour = JS_GetHourFromTime(dt);
344 swTemp.Format(L"%d/%d/%d %d:%d:%d", nMonth, nDay, nYear, nHour, nMin, nSec);
359 int nHour = JS_GetHourFromTime(dt);
416 nHour = ParseStringInteger(value, j, nSkip, 2);
421 nHour = ParseStringInteger(value, j, nSkip, 2);
459 nHour = ParseStringInteger(value, j, nSkip, 2);
464 nHour = ParseStringInteger(value, j, nSkip, 2);
581 nHour += 12;
592 if (nHour < 0 || nHour > 24
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_IVCommonExtensions.h 291 OMX_U32 nHour; /**< The hour portion of the time stamp, based on a 24-hour format. */
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_IVCommonExtensions.h 291 OMX_U32 nHour; /**< The hour portion of the time stamp, based on a 24-hour format. */
  /hardware/qcom/media/msm8998/mm-core/inc/
QOMX_IVCommonExtensions.h 291 OMX_U32 nHour; /**< The hour portion of the time stamp, based on a 24-hour format. */
  /hardware/qcom/media/sdm845/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 333 milliseconds