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

  /external/pdfium/fpdfsdk/javascript/
util.cpp 430 double dDate = JS_GetDateTime();
432 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr);
435 if (!JS_PortIsNan(dDate)) {
436 vRet = CJS_Value(pRuntime, CJS_Date(pRuntime, dDate));
PublicMethods.cpp 620 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate,
624 int nYear = JS_GetYearFromTime(dDate);
625 int nMonth = JS_GetMonthFromTime(dDate) + 1;
626 int nDay = JS_GetDayFromTime(dDate);
627 int nHour = JS_GetHourFromTime(dDate);
628 int nMin = JS_GetMinFromTime(dDate);
629 int nSec = JS_GetSecFromTime(dDate);
1119 double dDate = 0.0f;
1124 dDate = MakeInterDate(strValue);
1126 dDate = MakeRegularDate(strValue, sFormat, nullptr)
    [all...]
PublicMethods.h 145 static CFX_WideString MakeFormatDate(double dDate,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp     [all...]

Completed in 1314 milliseconds