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

  /external/icu4c/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
261 july=ucal_getMillis(cal, &status);
264 julyStr = myDateFormat(fmt, july);
286 if(u_strcmp(myDateFormat(fmt, july), myDateFormat(fmt, d) ) !=0)
287 log_err("Error in handling the czech month july\n");
289 log_verbose("Pass: Date = %s (czech month July)\n", aescstrdup(date, -1));
  /external/icu4c/test/intltest/
dtfmttst.cpp 627 * Verify the handling of Czech June and July, which have the unique attribute that
643 UDate july = date(97, UCAL_JULY, 15); local
645 UnicodeString julyStr; fmt->format(july, julyStr);
653 logln((UnicodeString)"format(July 15 1997) = " + julyStr);
658 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July");
    [all...]

Completed in 4369 milliseconds