Searched refs:UCAL_JUNE (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/test/cintltst/
H A Dccaltst.c710 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...]
H A Dcdtdptst.c258 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status);
/external/icu4c/test/intltest/
H A Dcaltest.cpp664 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...]
H A Dincaltst.cpp228 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4,
270 UCAL_JUNE, // month
321 UCAL_JUNE, // month
378 JapaneseCalendar_MEIJI, 2, 1869, UCAL_JUNE, 4,
H A Ddtfmttst.cpp651 UDate june = date(97, UCAL_JUNE, 15);
661 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
998 parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5));
999 parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4));
3253 UDate dt1 = date(2008-1900, UCAL_JUNE, 10, 12, 00);
3277 UDate dt2 = date(2008-1900, UCAL_JUNE, 10, 12, 00);
3301 UDate dt3 = date(2008-1900, UCAL_JUNE, 10, 12, 00);
3325 UDate dt4 = date(2008-1900, UCAL_JUNE, 10, 12, 00);
3352 UDate dt = date(2008-1900, UCAL_JUNE, 10, 12, 00);
H A Dtztest.cpp209 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);
1596 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
1609 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY,
H A Dcalregts.cpp602 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status);
2218 2000, UCAL_JANUARY, 20, 2010, UCAL_JUNE, 15,
2219 2010, UCAL_JUNE, 15, 2000, UCAL_JANUARY, 20,
2220 1964, UCAL_SEPTEMBER, 7, 1999, UCAL_JUNE, 4,
2221 1999, UCAL_JUNE, 4, 1964, UCAL_SEPTEMBER, 7,
H A Ddtfmrgts.cpp1036 result = format->format(date(1998-1900, UCAL_JUNE, 30, 13, 30, 0), result, pos);
H A Dtzrulets.cpp1044 UDate lastmod = getUTCMillis(2007, UCAL_JUNE, 1);
1516 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1);
1517 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1);
/external/icu4c/i18n/unicode/
H A Ducal.h206 * @see #UCAL_JUNE
488 UCAL_JUNE, enumerator in enum:UCalendarMonths
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
/external/icu4c/tools/toolutil/
H A Dudbgutil.cpp114 FIELD_NAME_STR( LEN_UCAL, UCAL_JUNE ),
/external/icu4c/i18n/
H A Dtimezone.cpp1304 UCAL_JUNE, 1, 0, 0,

Completed in 259 milliseconds