Searched refs:dDate (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | PublicMethods.cpp | 770 CFX_WideString CJS_PublicMethods::MakeFormatDate(double dDate, in MakeFormatDate() argument 774 int nYear = JS_GetYearFromTime(dDate); in MakeFormatDate() 775 int nMonth = JS_GetMonthFromTime(dDate) + 1; in MakeFormatDate() 776 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate() 777 int nHour = JS_GetHourFromTime(dDate); in MakeFormatDate() 778 int nMin = JS_GetMinFromTime(dDate); in MakeFormatDate() 779 int nSec = JS_GetSecFromTime(dDate); in MakeFormatDate() 1324 double dDate = 0.0f; in AFDate_FormatEx() local 1329 dDate = MakeInterDate(strValue); in AFDate_FormatEx() 1331 dDate = MakeRegularDate(strValue, sFormat, nullptr); in AFDate_FormatEx() [all …]
|
D | util.cpp | 501 double dDate = JS_GetDateTime(); in scand() local 503 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr); in scand() 506 if (!JS_PortIsNan(dDate)) { in scand() 507 vRet = CJS_Date(CJS_Runtime::FromContext(cc), dDate); in scand()
|
D | PublicMethods.h | 145 static CFX_WideString MakeFormatDate(double dDate,
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 1224 int32_t dDate; in Num2Date() local 1233 dDate = (int32_t)HValueToFloat(hThis, dateValue); in Num2Date() 1234 bFlags = dDate < 1; in Num2Date() 1257 while (dDate > 0) { in Num2Date() 1261 if (dDate > 29) { in Num2Date() 1268 dDate -= 29; in Num2Date() 1270 iDay += static_cast<int32_t>(dDate) - 1; in Num2Date() 1271 dDate = 0; in Num2Date() 1274 if (dDate > 28) { in Num2Date() 1281 dDate -= 28; in Num2Date() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 949 int dDate = 22; //DAYOFWEEK should return 3 for Wednesday in TestFields060() local 952 calendar = new GregorianCalendar( year, month, dDate); in TestFields060()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 953 int dDate = 22; //DAYOFWEEK should return 3 for Wednesday in TestFields060() local 956 calendar = new GregorianCalendar( year, month, dDate); in TestFields060()
|
/external/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 1384 int32_t dDate = 22; in TestFields060() local 1386 calendar = new GregorianCalendar(year, month, dDate, status); in TestFields060()
|