HomeSort by relevance Sort by last modified time
    Searched defs:makeDate (Results 1 - 3 of 3) 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/chromium_org/third_party/icu/source/test/intltest/
calregts.cpp 480 UDate d = getAssociatedDate(makeDate(1998,0,30), status);
593 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status);
596 if (cal->getTime(status) != makeDate(1998, UCAL_NOVEMBER, 24))
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 524 UDate d = getAssociatedDate(makeDate(1998,0,30), status);
637 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status);
640 if (cal->getTime(status) != makeDate(1998, UCAL_NOVEMBER, 24))
    [all...]

Completed in 76 milliseconds