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

  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 228 * Verify the handling of Czech June and July, which have the unique attribute that
238 UDate june, july, d; local
265 july=ucal_getMillis(cal, &status);
268 julyStr = myDateFormat(fmt, july);
290 if(u_strcmp(myDateFormat(fmt, july), myDateFormat(fmt, d) ) !=0)
291 log_err("Error in handling the czech month july\n");
293 log_verbose("Pass: Date = %s (czech month July)\n", aescstrdup(date, -1));
  /external/python/cpython3/Lib/test/
test_enum.py 695 SummerMonth = Enum('SummerMonth', 'june july august')
700 [SummerMonth.june, SummerMonth.july, SummerMonth.august],
703 for i, month in enumerate('june july august'.split(), 1):
712 SummerMonth = Enum('SummerMonth', 'june july august', start=10)
717 [SummerMonth.june, SummerMonth.july, SummerMonth.august],
720 for i, month in enumerate('june july august'.split(), 10):
729 SummerMonth = Enum('SummerMonth', ['june', 'july', 'august'])
734 [SummerMonth.june, SummerMonth.july, SummerMonth.august],
737 for i, month in enumerate('june july august'.split(), 1):
746 SummerMonth = Enum('SummerMonth', ['june', 'july', 'august'], start=20
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 1679 Date july = cal.getTime(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 1676 Date july = cal.getTime(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 820 * Verify the handling of Czech June and July, which have the unique attribute that
836 UDate july = date(97, UCAL_JULY, 15); local
838 UnicodeString julyStr; fmt->format(july, julyStr);
846 logln((UnicodeString)"format(July 15 1997) = " + julyStr);
851 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July");
    [all...]

Completed in 2300 milliseconds