HomeSort by relevance Sort by last modified time
    Searched defs:testDate (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp     [all...]
tzregts.cpp 395 UDate testDate = testCal->getTime(status);
397 UBool inDaylightTime = testTZ->inDaylightTime(testDate, status);
417 output = testTZ->getID(output) + " " + sdf->format(testDate, output, pos) +
    [all...]
dtfmttst.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java 512 Date testDate = new Date();
547 String formatted = newFormat.format(testDate);
    [all...]
DateFormatTest.java 123 Date testDate = new Date(2012-1900, 6, 1, 14, 58, 59); // just for verbose log
158 logln(date1.format(testDate) + "\t\t" + Arrays.asList(EXPECTED[i]));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegression.java 254 Date testDate = testCal.getTime();
256 boolean inDaylightTime = testTZ.inDaylightTime(testDate);
274 String output = testTZ.getID() + " " + sdf.format(testDate) +
    [all...]

Completed in 876 milliseconds