/external/icu/icu4c/source/test/intltest/ |
D | incaltst.cpp | 225 GregorianCalendar::AD, 1869, 1869, UCAL_JUNE, 4, in TestGregorian() 267 UCAL_JUNE, // month in TestBuddhist() 318 UCAL_JUNE, // month in TestTaiwan() 375 JapaneseCalendar_MEIJI, 2, 1869, UCAL_JUNE, 4, in TestJapanese()
|
D | caltest.cpp | 788 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765() 790 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765() 794 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765() 796 verify765("1997 first Tuesday in June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765() 800 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765() 802 verify765("1997 last Tuesday in June = ", c, 1997, UCAL_JUNE, 24); in TestDisambiguation765() 808 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765() 816 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765() 818 verify765("1997 Tuesday in week 1 of June = ", c, 1997, UCAL_JUNE, 3); in TestDisambiguation765() 822 c->set(UCAL_MONTH, UCAL_JUNE); in TestDisambiguation765() [all …]
|
D | dtfmttst.cpp | 822 UDate june = date(97, UCAL_JUNE, 15); in TestCzechMonths459() 832 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June"); in TestCzechMonths459() 1169 parse2DigitYear(fmt, "5/6/30", date(130, UCAL_JUNE, 5)); in TestTwoDigitYear() 1170 parse2DigitYear(fmt, "4/6/50", date(50, UCAL_JUNE, 4)); in TestTwoDigitYear() 3578 UDate dt1 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338() 3602 UDate dt2 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338() 3626 UDate dt3 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338() 3650 UDate dt4 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338() 3677 UDate dt = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6726()
|
D | tztest.cpp | 214 testUsingBinarySearch(*zone, date(90, UCAL_JANUARY, 1), date(90, UCAL_JUNE, 15), marchOne); in TestRuleAPI() 215 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne); in TestRuleAPI() 1569 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY, in TestDSTSavings() 1582 offset = tz->getOffset(GregorianCalendar::AD, 1998, UCAL_JUNE, 1, UCAL_MONDAY, in TestDSTSavings()
|
D | calregts.cpp | 638 cal->setTime(makeDate(1998, UCAL_JUNE, 24),status); in test4071385() 2262 2000, UCAL_JANUARY, 20, 2010, UCAL_JUNE, 15, in TestJ438() 2263 2010, UCAL_JUNE, 15, 2000, UCAL_JANUARY, 20, in TestJ438() 2264 1964, UCAL_SEPTEMBER, 7, 1999, UCAL_JUNE, 4, in TestJ438() 2265 1999, UCAL_JUNE, 4, 1964, UCAL_SEPTEMBER, 7, in TestJ438()
|
D | tzrulets.cpp | 1043 UDate lastmod = getUTCMillis(2007, UCAL_JUNE, 1); in TestVTimeZoneHeaderProps() 1515 UDate time1 = getUTCMillis(1990, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage() 1516 UDate time2 = getUTCMillis(2000, UCAL_JUNE, 1); in TestSimpleTimeZoneCoverage()
|
D | dtfmrgts.cpp | 1042 result = format->format(date(1998-1900, UCAL_JUNE, 30, 13, 30, 0), result, pos); in Test4151631()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 794 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet() 796 verify1("1997 third day of June = ", cal, datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet() 800 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet() 802 verify1("1997 first Tuesday in June = ", cal, datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet() 806 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet() 808 verify1("1997 last Tuesday in June = ", cal, datdef,1997, UCAL_JUNE, 24); in TestFieldGetSet() 814 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet() 826 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet() 828 verify1("1997 Tuesday in week 1 of June = ", cal,datdef, 1997, UCAL_JUNE, 3); in TestFieldGetSet() 832 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet() [all …]
|
D | cdtdptst.c | 260 ucal_setDate(cal, 1997, UCAL_JUNE, 15, &status); in TestCzechMonths459()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 488 UCAL_JUNE, enumerator
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 122 FIELD_NAME_STR( LEN_UCAL, UCAL_JUNE ),
|