OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:makeDate
(Results
1 - 2
of
2
) sorted by null
/packages/providers/CalendarProvider/
maketests.py
22
def
makeDate
(d):
29
+ PRIVATE_COOKIE + "/composite?start-min=" +
makeDate
(START_DATE) \
30
+ "&start-max=" +
makeDate
(END_DATE)
/external/icu4c/test/intltest/
calregts.cpp
489
UDate d = getAssociatedDate(
makeDate
(1998,0,30), status);
602
cal->setTime(
makeDate
(1998, UCAL_JUNE, 24),status);
605
if (cal->getTime(status) !=
makeDate
(1998, UCAL_NOVEMBER, 24))
[
all
...]
Completed in 1197 milliseconds