HomeSort by relevance Sort by last modified time
    Searched refs:june (Results 1 - 4 of 4) 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
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/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 597 // september april june november
598 // jan 0 feb 1 mar 2 apr 3 may 4 june 5 jul 6
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 558 // september april june november
559 // jan 0 feb 1 mar 2 apr 3 may 4 june 5 jul 6
  /external/icu4c/test/intltest/
dtfmttst.cpp 636 * Verify the handling of Czech June and July, which have the unique attribute that
651 UDate june = date(97, UCAL_JUNE, 15); local
653 UnicodeString juneStr; fmt->format(june, juneStr);
656 logln((UnicodeString)"format(June 15 1997) = " + juneStr);
661 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
    [all...]

Completed in 55 milliseconds