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

  /external/icu4c/test/cintltst/
ccaltst.c 710 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
712 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3);
716 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
718 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3);
722 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
724 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24);
730 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
742 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
744 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3);
748 ucal_set(cal, UCAL_MONTH, UCAL_JUNE);
    [all...]
cdtdptst.c 258 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status);
  /external/icu4c/test/intltest/
caltest.cpp 664 c->set(UCAL_MONTH, UCAL_JUNE);
666 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
670 c->set(UCAL_MONTH, UCAL_JUNE);
672 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3);
676 c->set(UCAL_MONTH, UCAL_JUNE);
678 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24);
684 c->set(UCAL_MONTH, UCAL_JUNE);
692 c->set(UCAL_MONTH, UCAL_JUNE);
694 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3);
698 c->set(UCAL_MONTH, UCAL_JUNE);
    [all...]
incaltst.cpp 228 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4,
270 UCAL_JUNE, // month
321 UCAL_JUNE, // month
378 JapaneseCalendar_MEIJI, 2, 1869, UCAL_JUNE, 4,
dtfmttst.cpp 651 UDate june = date(97, UCAL_JUNE, 15);
661 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
    [all...]
tztest.cpp 209 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne);
210 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne);
    [all...]
calregts.cpp 602 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status);
    [all...]
dtfmrgts.cpp     [all...]
tzrulets.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucal.h 206 * @see #UCAL_JUNE
488 UCAL_JUNE,
952 * UCAL_JUNE, UCAL_JULY, UCAL_AUGUST, UCAL_SEPTEMBER, UCAL_OCTOBER, UCAL_NOVEMBER, UCAL_DECEMBER, UCAL_UNDECIMBER
973 * UCAL_JUNE, UCAL_JULY, UCAL_AUGUST, UCAL_SEPTEMBER, UCAL_OCTOBER, UCAL_NOVEMBER, UCAL_DECEMBER, UCAL_UNDECIMBER
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 114 FIELD_NAME_STR( LEN_UCAL, UCAL_JUNE ),
  /external/icu4c/i18n/
timezone.cpp     [all...]

Completed in 1358 milliseconds