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

  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 501 double dDate = JS_GetDateTime();
503 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr);
506 if (!JS_PortIsNan(dDate)) {
507 vRet = CJS_Date(CJS_Runtime::FromContext(cc), dDate);
PublicMethods.cpp 770 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate,
774 int nYear = JS_GetYearFromTime(dDate);
775 int nMonth = JS_GetMonthFromTime(dDate) + 1;
776 int nDay = JS_GetDayFromTime(dDate);
777 int nHour = JS_GetHourFromTime(dDate);
778 int nMin = JS_GetMinFromTime(dDate);
779 int nSec = JS_GetSecFromTime(dDate);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java     [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]

Completed in 841 milliseconds