Home
last modified time | relevance | path

Searched refs:UCAL_FEBRUARY (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/samples/datecal/
Dcal.cpp26 gc->set(2000, UCAL_FEBRUARY, 26); in cpp_main()
Dccal.c27 ucal_set(cal, UCAL_MONTH, UCAL_FEBRUARY); /* FEBRUARY */ in c_main()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp1853 UCAL_FEBRUARY, -1, UCAL_SUNDAY, // end: February, last, Sunday in TestFebruary()
1868 UCAL_FEBRUARY, -29, -UCAL_SUNDAY,// end: February, 29 or before, Sunday in TestFebruary()
1891 { 2007, UCAL_FEBRUARY, 25, 01, 59, 59, -2 }, in TestFebruary()
1892 { 2007, UCAL_FEBRUARY, 25, 02, 00, 00, -3 }, in TestFebruary()
1896 { 2008, UCAL_FEBRUARY, 24, 01, 59, 59, -2 }, in TestFebruary()
1897 { 2008, UCAL_FEBRUARY, 24, 02, 00, 00, -3 }, in TestFebruary()
1901 { 2009, UCAL_FEBRUARY, 22, 01, 59, 59, -2 }, in TestFebruary()
1902 { 2009, UCAL_FEBRUARY, 22, 02, 00, 00, -3 }, in TestFebruary()
1906 { 2010, UCAL_FEBRUARY, 28, 01, 59, 59, -2 }, in TestFebruary()
1907 { 2010, UCAL_FEBRUARY, 28, 02, 00, 00, -3 } in TestFebruary()
Dincaltst.cpp273 UCAL_FEBRUARY, // month in TestBuddhist()
279 UCAL_FEBRUARY, in TestBuddhist()
324 UCAL_FEBRUARY, // month in TestTaiwan()
330 UCAL_FEBRUARY, // month in TestTaiwan()
Dtzregts.cpp133 z->setStartRule(UCAL_FEBRUARY, 1, UCAL_SUNDAY, 0, status); in Test4073215()
865 {2000, UCAL_FEBRUARY, 28, 22, 0}, in Test4162593()
866 {2000, UCAL_FEBRUARY, 29, 22, 0}, in Test4162593()
944 tempcal->set(1970, UCAL_FEBRUARY, 1); in Test4176686()
997 z.setStartRule(UCAL_FEBRUARY, 1, UCAL_SUNDAY, 0, status); in TestJ186()
Dtzrulets.cpp154 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME, in TestSimpleRuleBasedTimeZone()
180 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY, in TestSimpleRuleBasedTimeZone()
203 dtr = new DateTimeRule(UCAL_FEBRUARY, 8, UCAL_SUNDAY, true, in TestSimpleRuleBasedTimeZone()
224 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY, in TestSimpleRuleBasedTimeZone()
475 dtr = new DateTimeRule(UCAL_FEBRUARY, 23, in TestHistoricalRuleBasedTimeZone()
1208 DateTimeRule *dtr1 = new DateTimeRule(UCAL_FEBRUARY, 29, UCAL_SUNDAY, FALSE, in TestTimeZoneRuleCoverage()
Dcalregts.cpp1489 cal->set(UCAL_MONTH, UCAL_FEBRUARY); in test4125892()
1800 GregorianCalendar *calendar = new GregorianCalendar(1996, UCAL_FEBRUARY, 29, status); in Test4165343()
1908 new GregorianCalendar(1996, UCAL_FEBRUARY, 29, status), in Test4167060()
2374 cal->set(2007, UCAL_FEBRUARY, 21); in TestT5555()
2392 if (U_FAILURE(ec) || yy != 2010 || mm != UCAL_FEBRUARY || dd != 24 || ee != UCAL_WEDNESDAY) { in TestT5555()
2484 cal->set(2004, UCAL_FEBRUARY, 29); in TestLeapFieldDifference()
2486 cal->set(2000, UCAL_FEBRUARY, 29); in TestLeapFieldDifference()
Ddtfmrgts.cpp1139 date(2000-1900, UCAL_FEBRUARY, 29), in Test4182066()
1207 UDate d = date(2000-1900, UCAL_FEBRUARY, 29); in Test4210209()
1232 cal.set(2000, UCAL_FEBRUARY, 29); // This should work! in Test4210209()
Dcaltest.cpp1046 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1; in TestAdd520()
1083 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; in TestAddRollExtensive()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp782 if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - ruleDOM)%7 == 6 in isEquivalentDateRule()
791 if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - ruleDOM)%7 == 0 in isEquivalentDateRule()
2343 } else if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - dayOfMonth)%7 == 6) { in writeZonePropsByDOW_GEQ_DOM()
2413 UBool isFeb = (month == UCAL_FEBRUARY); in writeZonePropsByDOW_GEQ_DOM_sub()
2464 } else if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - dayOfMonth)%7 == 0){ in writeZonePropsByDOW_LEQ_DOM()
2468 } else if (month == UCAL_FEBRUARY && dayOfMonth == 29) { in writeZonePropsByDOW_LEQ_DOM()
2471 UCAL_FEBRUARY, -1, dayOfWeek, startTime, untilTime, status); in writeZonePropsByDOW_LEQ_DOM()
Dtzrule.cpp293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) { in getStartInYear()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h480 UCAL_FEBRUARY, enumerator
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c703 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28); in TestGetSetDateAPI()
922 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0; in TestAddRollExtensive()
1005 ucal_setDateTime(cal, 1999, UCAL_FEBRUARY, 28, 10, 30, 45, &status); in TestAddRollExtensive()
1019 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0; in TestAddRollExtensive()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp118 FIELD_NAME_STR( LEN_UCAL, UCAL_FEBRUARY ),