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

  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 226 * Verify the handling of Czech June and July, which have the unique attribute that
236 UDate june, july, d; local
261 june=ucal_getMillis(cal, &status);
265 juneStr = myDateFormat(fmt, june);
276 UChar* out1 = myDateFormat(fmt, june);
279 log_err("Error in handling the czech month june\n");
281 log_verbose("Pass: Date = %s (czech month June)\n", aescstrdup(date, -1));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 1655 Date june = cal.getTime(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 807 * Verify the handling of Czech June and July, which have the unique attribute that
822 UDate june = date(97, UCAL_JUNE, 15); local
824 UnicodeString juneStr; fmt->format(june, juneStr);
827 logln((UnicodeString)"format(June 15 1997) = " + juneStr);
832 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 1651 Date june = cal.getTime(); local
    [all...]

Completed in 8166 milliseconds