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

  /external/pdfium/fxjs/
cjs_publicmethods.cpp 395 int nHour = JS_GetHourFromTime(dt);
463 nYear, nHour, nMin, nSec));
477 int nHour = JS_GetHourFromTime(dt);
534 nHour = ParseStringInteger(value, j, &nSkip, 2);
539 nHour = ParseStringInteger(value, j, &nSkip, 2);
577 nHour = ParseStringInteger(value, j, &nSkip, 2);
582 nHour = ParseStringInteger(value, j, &nSkip, 2);
699 nHour += 12;
706 !IsValid24Hour(nHour) || !IsValidMinute(nMin) ||
715 JS_MakeTime(nHour, nMin, nSec, 0))
    [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. */

Completed in 146 milliseconds