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

  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 300 int iYear,iMonth,iDay,iHour,iMin,iSec;
301 iYear = jsDate.GetYear();
309 time.tm_year = iYear-1900;
315 //COleDateTime cppTm(iYear,iMonth+1,iDay,iHour,iMin,iSec);
363 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);
396 int iYear,iMonth,iDay,iHour,iMin,iSec;
397 iYear = jsDate.GetYear();
405 time.tm_year = iYear-1900;
411 // COleDateTime cppTm(iYear,iMonth+1,iDay,iHour,iMin,iSec);
459 // strFormat.Format((FX_LPCWSTR)L"%d,%d,%d,%d,%d,%d",iYear, iMonth, iDay, iHour, iMin, iSec);
    [all...]
JS_Value.cpp 546 void CJS_Date::SetYear(int iYear)
548 double date = MakeDate(iYear,GetMonth(),GetDay(),GetHours(),GetMinutes(),GetSeconds(),0);
  /external/pdfium/fpdfsdk/include/javascript/
JS_Value.h 154 void SetYear(int iYear);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemdisp.h     [all...]

Completed in 101 milliseconds