HomeSort by relevance Sort by last modified time
    Searched refs:july (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
263 july=ucal_getMillis(cal, &status);
266 julyStr = myDateFormat(fmt, july);
288 if(u_strcmp(myDateFormat(fmt, july), myDateFormat(fmt, d) ) !=0)
289 log_err("Error in handling the czech month july\n");
291 log_verbose("Pass: Date = %s (czech month July)\n", aescstrdup(date, -1));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 1658 Date july = 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
823 UDate july = date(97, UCAL_JULY, 15); local
825 UnicodeString julyStr; fmt->format(july, julyStr);
833 logln((UnicodeString)"format(July 15 1997) = " + julyStr);
838 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July");
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 1654 Date july = cal.getTime(); local
    [all...]

Completed in 5501 milliseconds