Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp904 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate, const CFX_WideString & format) in MakeFormatDate() argument
908 int nYear = JS_GetYearFromTime(dDate); in MakeFormatDate()
909 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate()
910 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate()
911 int nHour = JS_GetHourFromTime(dDate); in MakeFormatDate()
912 int nMin = JS_GetMinFromTime(dDate); in MakeFormatDate()
913 int nSec = JS_GetSecFromTime(dDate); in MakeFormatDate()
1527 double dDate = 0.0f; in AFDate_FormatEx() local
1533 dDate = MakeInterDate(strValue); in AFDate_FormatEx()
1537 dDate = MakeRegularDate(strValue,sFormat,bWrongFormat); in AFDate_FormatEx()
[all …]
Dutil.cpp586 double dDate = JS_GetDateTime(); in scand() local
590 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat); in scand()
593 if (!JS_PortIsNan(dDate)) in scand()
595 CJS_Date date(isolate,dDate); in scand()
/external/pdfium/fpdfsdk/include/javascript/
DPublicMethods.h72 static CFX_WideString MakeFormatDate(double dDate,const CFX_WideString & format);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java949 int dDate = 22; //DAYOFWEEK should return 3 for Wednesday in TestFields060() local
952 calendar = new GregorianCalendar( year, month, dDate); in TestFields060()
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp1384 int32_t dDate = 22; in TestFields060() local
1386 calendar = new GregorianCalendar(year, month, dDate, status); in TestFields060()