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

  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 586 double dDate = JS_GetDateTime();
590 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);
593 if (!JS_PortIsNan(dDate))
595 CJS_Date date(isolate,dDate);
PublicMethods.cpp 904 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate, const CFX_WideString & format)
908 int nYear = JS_GetYearFromTime(dDate);
909 int nMonth = JS_GetMonthFromTime(dDate) + 1;
910 int nDay = JS_GetDayFromTime(dDate);
911 int nHour = JS_GetHourFromTime(dDate);
912 int nMin = JS_GetMinFromTime(dDate);
913 int nSec = JS_GetSecFromTime(dDate);
1527 double dDate = 0.0f;
1533 dDate = MakeInterDate(strValue);
1537 dDate = MakeRegularDate(strValue,sFormat,bWrongFormat)
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
PublicMethods.h 72 static CFX_WideString MakeFormatDate(double dDate,const CFX_WideString & format);
  /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 137 milliseconds