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

  /libcore/ojluni/src/test/java/time/test/java/util/
TestFormatter.java 121 testDate(fmtStr, locale, zdt, cal);
181 private void testDate(String fmtStr, Locale locale,
  /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/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
SafeRepresenterTest.java 60 public void testDate() {
  /external/icu/icu4c/source/i18n/
calendar.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 265 Date testDate = testCal.getTime();
267 boolean inDaylightTime = testTZ.inDaylightTime(testDate);
285 String output = testTZ.getID() + " " + sdf.format(testDate) +
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 262 Date testDate = testCal.getTime();
264 boolean inDaylightTime = testTZ.inDaylightTime(testDate);
282 String output = testTZ.getID() + " " + sdf.format(testDate) +
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 139 Date testDate = new Date(2012-1900, 6, 1, 14, 58, 59); // just for verbose log
188 logln(date1.format(testDate) + "\t\t" + Arrays.asList(EXPECTED[i]));
    [all...]
DateTimeGeneratorTest.java 616 Date testDate = new Date();
651 String formatted = newFormat.format(testDate);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 136 Date testDate = new Date(2012-1900, 6, 1, 14, 58, 59); // just for verbose log
185 logln(date1.format(testDate) + "\t\t" + Arrays.asList(EXPECTED[i]));
    [all...]
DateTimeGeneratorTest.java 613 Date testDate = new Date();
648 String formatted = newFormat.format(testDate);
    [all...]
  /frameworks/support/room/compiler/src/test/kotlin/androidx/room/solver/
TypeAdapterStoreTest.kt 159 fun testDate() {

Completed in 371 milliseconds