Home
last modified time | relevance | path

Searched refs:UCAL_JUNE (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/test/intltest/
Dincaltst.cpp228 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4, in TestGregorian()
270 UCAL_JUNE, // month in TestBuddhist()
321 UCAL_JUNE, // month in TestTaiwan()
378 JapaneseCalendar_MEIJI, 2, 1869, UCAL_JUNE, 4, in TestJapanese()
Dcaltest.cpp737 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765()
739 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
743 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765()
745 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
749 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765()
751 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24); in TestDisambiguation765()
757 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765()
765 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765()
767 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765()
771 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765()
[all …]
Ddtfmttst.cpp772 UDate june = date(97, UCAL_JUNE, 15); in TestCzechMonths459()
782 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June"); in TestCzechMonths459()
1119 parse2DigitYear(fmt, "5/6/17", date(117, UCAL_JUNE, 5)); in TestTwoDigitYear()
1120 parse2DigitYear(fmt, "4/6/34", date(34, UCAL_JUNE, 4)); in TestTwoDigitYear()
3407 UDate dt1 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338()
3431 UDate dt2 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338()
3455 UDate dt3 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338()
3479 UDate dt4 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338()
3506 UDate dt = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6726()
Dtztest.cpp216 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne); in TestRuleAPI()
217 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne); in TestRuleAPI()
1571 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY, in TestDSTSavings()
1584 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY, in TestDSTSavings()
Dcalregts.cpp637 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status); in test4071385()
2261 2000, UCAL_JANUARY, 20, 2010, UCAL_JUNE, 15, in TestJ438()
2262 2010, UCAL_JUNE, 15, 2000, UCAL_JANUARY, 20, in TestJ438()
2263 1964, UCAL_SEPTEMBER, 7, 1999, UCAL_JUNE, 4, in TestJ438()
2264 1999, UCAL_JUNE, 4, 1964, UCAL_SEPTEMBER, 7, in TestJ438()
Dtzrulets.cpp1045 UDate lastmod = getUTCMillis(2007, UCAL_JUNE, 1); in TestVTimeZoneHeaderProps()
1517 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage()
1518 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage()
Ddtfmrgts.cpp1038 result = format->format(date(1998-1900, UCAL_JUNE, 30, 13, 30, 0), result, pos); in Test4151631()
/external/icu4c/test/cintltst/
Dccaltst.c766 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
768 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet()
772 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
774 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet()
778 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
780 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24); in TestFieldGetSet()
786 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
798 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
800 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet()
804 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
[all …]
Dcdtdptst.c258 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status); in TestCzechMonths459()
/external/icu4c/i18n/unicode/
Ducal.h488 UCAL_JUNE, enumerator
/external/icu4c/tools/toolutil/
Dudbgutil.cpp119 FIELD_NAME_STR( LEN_UCAL, UCAL_JUNE ),