Home
last modified time | relevance | path

Searched refs:dDate (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp914 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate, const CFX_WideString & format) in MakeFormatDate() argument
918 int nYear = JS_GetYearFromTime(dDate); in MakeFormatDate()
919 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate()
920 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate()
921 int nHour = JS_GetHourFromTime(dDate); in MakeFormatDate()
922 int nMin = JS_GetMinFromTime(dDate); in MakeFormatDate()
923 int nSec = JS_GetSecFromTime(dDate); in MakeFormatDate()
1551 double dDate = 0.0f; in AFDate_FormatEx() local
1557 dDate = MakeInterDate(strValue); in AFDate_FormatEx()
1561 dDate = MakeRegularDate(strValue,sFormat,bWrongFormat); in AFDate_FormatEx()
[all …]
Dutil.cpp590 double dDate = JS_GetDateTime(); in scand() local
594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat); in scand()
597 if (!JS_PortIsNan(dDate)) in scand()
599 CJS_Date date(isolate,dDate); in scand()
/external/pdfium/fpdfsdk/include/javascript/
DPublicMethods.h70 static CFX_WideString MakeFormatDate(double dDate,const CFX_WideString & format);
/external/chromium_org/third_party/icu/source/test/intltest/
Dcaltest.cpp1352 int32_t dDate = 22; in TestFields060() local
1354 calendar = new GregorianCalendar(year, month, dDate, status); in TestFields060()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp1373 int32_t dDate = 22; in TestFields060() local
1375 calendar = new GregorianCalendar(year, month, dDate, status); in TestFields060()