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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtdptst.c 224 * Verify the handling of Czech June and July, which have the unique attribute that
234 UDate june, july, d; local
259 june=ucal_getMillis(cal, &status);
263 juneStr = myDateFormat(fmt, june);
274 UChar* out1 = myDateFormat(fmt, june);
277 log_err("Error in handling the czech month june\n");
279 log_verbose("Pass: Date = %s (czech month June)\n", aescstrdup(date, -1));
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 224 * Verify the handling of Czech June and July, which have the unique attribute that
234 UDate june, july, d; local
259 june=ucal_getMillis(cal, &status);
263 juneStr = myDateFormat(fmt, june);
274 UChar* out1 = myDateFormat(fmt, june);
277 log_err("Error in handling the czech month june\n");
279 log_verbose("Pass: Date = %s (czech month June)\n", aescstrdup(date, -1));
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmttst.cpp 769 * Verify the handling of Czech June and July, which have the unique attribute that
784 UDate june = date(97, UCAL_JUNE, 15); local
786 UnicodeString juneStr; fmt->format(june, juneStr);
789 logln((UnicodeString)"format(June 15 1997) = " + juneStr);
794 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 772 * Verify the handling of Czech June and July, which have the unique attribute that
787 UDate june = date(97, UCAL_JUNE, 15); local
789 UnicodeString juneStr; fmt->format(june, juneStr);
792 logln((UnicodeString)"format(June 15 1997) = " + juneStr);
797 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
    [all...]

Completed in 330 milliseconds