Searched defs:dDate (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp590 double dDate = JS_GetDateTime(); local
594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);
597 if (!JS_PortIsNan(dDate))
599 CJS_Date date(isolate,dDate);
H A DPublicMethods.cpp914 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate, const CFX_WideString & format) argument
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);
1551 double dDate = 0.0f; local
1557 dDate = MakeInterDate(strValue);
1561 dDate
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1352 int32_t dDate = 22; local
1354 calendar = new GregorianCalendar(year, month, dDate, status);
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1373 int32_t dDate = 22; local
1375 calendar = new GregorianCalendar(year, month, dDate, status);

Completed in 164 milliseconds