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

  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 914 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate, const CFX_WideString & format)
918 int nYear = JS_GetYearFromTime(dDate);
919 int nMonth = JS_GetMonthFromTime(dDate) + 1;
920 int nDay = JS_GetDayFromTime(dDate);
921 int nHour = JS_GetHourFromTime(dDate);
922 int nMin = JS_GetMinFromTime(dDate);
923 int nSec = JS_GetSecFromTime(dDate);
    [all...]
util.cpp 590 double dDate = JS_GetDateTime();
594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);
597 if (!JS_PortIsNan(dDate))
599 CJS_Date date(isolate,dDate);
  /external/pdfium/fpdfsdk/include/javascript/
PublicMethods.h 70 static CFX_WideString MakeFormatDate(double dDate,const CFX_WideString & format);
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp     [all...]

Completed in 150 milliseconds