OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastDate
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java
468
long
lastDate
= cursor.getLong(Browser.HISTORY_PROJECTION_DATE_INDEX);
482
assertEquals(historyCountBeforeDelete - (
lastDate
- begin + 1),
/external/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp
680
UDate
lastDate
= firstDate + validity*1000*24*60*60.0;
681
cal->setTime(
lastDate
, status);
688
errln(UnicodeString("Day has shifted ") +
lastDate
);
[
all
...]
/external/icu4c/test/intltest/
calregts.cpp
724
UDate
lastDate
= firstDate + validity*1000*24*60*60.0;
725
cal->setTime(
lastDate
, status);
732
errln(UnicodeString("Day has shifted ") +
lastDate
);
[
all
...]
Completed in 72 milliseconds