OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dDate
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/javascript/
util.cpp
430
double
dDate
= JS_GetDateTime();
432
dDate
= CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr);
435
if (!JS_PortIsNan(
dDate
)) {
436
vRet = CJS_Value(pRuntime, CJS_Date(pRuntime,
dDate
));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java
[
all
...]
/external/icu/icu4c/source/test/intltest/
caltest.cpp
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java
[
all
...]
/external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp
[
all
...]
Completed in 283 milliseconds