Home
last modified time | relevance | path

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

/external/icu4c/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/icu4c/test/intltest/
Dtztest.cpp1880 UCAL_FEBRUARY, -1, UCAL_SUNDAY, // end: February, last, Sunday in TestFebruary()
1895 UCAL_FEBRUARY, -29, -UCAL_SUNDAY,// end: February, 29 or before, Sunday in TestFebruary()
1918 { 2007, UCAL_FEBRUARY, 25, 01, 59, 59, -2 }, in TestFebruary()
1919 { 2007, UCAL_FEBRUARY, 25, 02, 00, 00, -3 }, in TestFebruary()
1923 { 2008, UCAL_FEBRUARY, 24, 01, 59, 59, -2 }, in TestFebruary()
1924 { 2008, UCAL_FEBRUARY, 24, 02, 00, 00, -3 }, in TestFebruary()
1928 { 2009, UCAL_FEBRUARY, 22, 01, 59, 59, -2 }, in TestFebruary()
1929 { 2009, UCAL_FEBRUARY, 22, 02, 00, 00, -3 }, in TestFebruary()
1933 { 2010, UCAL_FEBRUARY, 28, 01, 59, 59, -2 }, in TestFebruary()
1934 { 2010, UCAL_FEBRUARY, 28, 02, 00, 00, -3 } in TestFebruary()
Dincaltst.cpp276 UCAL_FEBRUARY, // month in TestBuddhist()
282 UCAL_FEBRUARY, in TestBuddhist()
327 UCAL_FEBRUARY, // month in TestTaiwan()
333 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.cpp155 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME, in TestSimpleRuleBasedTimeZone()
181 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY, in TestSimpleRuleBasedTimeZone()
204 dtr = new DateTimeRule(UCAL_FEBRUARY, 8, UCAL_SUNDAY, true, in TestSimpleRuleBasedTimeZone()
225 dtr = new DateTimeRule(UCAL_FEBRUARY, 2, UCAL_SUNDAY, in TestSimpleRuleBasedTimeZone()
476 dtr = new DateTimeRule(UCAL_FEBRUARY, 23, in TestHistoricalRuleBasedTimeZone()
1209 DateTimeRule *dtr1 = new DateTimeRule(UCAL_FEBRUARY, 29, UCAL_SUNDAY, FALSE, in TestTimeZoneRuleCoverage()
Ddtfmrgts.cpp1133 date(2000-1900, UCAL_FEBRUARY, 29), in Test4182066()
1201 UDate d = date(2000-1900, UCAL_FEBRUARY, 29); in Test4210209()
1226 cal.set(2000, UCAL_FEBRUARY, 29); // This should work! in Test4210209()
Dcalregts.cpp1445 cal->set(UCAL_MONTH, UCAL_FEBRUARY); in test4125892()
1756 GregorianCalendar *calendar = new GregorianCalendar(1996, UCAL_FEBRUARY, 29, status); in Test4165343()
1864 new GregorianCalendar(1996, UCAL_FEBRUARY, 29, status), in Test4167060()
2328 cal->set(2007, UCAL_FEBRUARY, 21); in TestT5555()
2346 if (U_FAILURE(ec) || yy != 2010 || mm != UCAL_FEBRUARY || dd != 24 || ee != UCAL_WEDNESDAY) { in TestT5555()
2438 cal->set(2004, UCAL_FEBRUARY, 29); in TestLeapFieldDifference()
2440 cal->set(2000, UCAL_FEBRUARY, 29); in TestLeapFieldDifference()
Dcaltest.cpp922 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1; in TestAdd520()
959 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; in TestAddRollExtensive()
/external/icu4c/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()
2327 } else if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - dayOfMonth)%7 == 6) { in writeZonePropsByDOW_GEQ_DOM()
2397 UBool isFeb = (month == UCAL_FEBRUARY); in writeZonePropsByDOW_GEQ_DOM_sub()
2448 } else if (month != UCAL_FEBRUARY && (MONTHLENGTH[month] - dayOfMonth)%7 == 0){ in writeZonePropsByDOW_LEQ_DOM()
2452 } else if (month == UCAL_FEBRUARY && dayOfMonth == 29) { in writeZonePropsByDOW_LEQ_DOM()
2455 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/icu4c/tools/toolutil/
Dudbgutil.cpp110 FIELD_NAME_STR( LEN_UCAL, UCAL_FEBRUARY ),
/external/icu4c/i18n/unicode/
Ducal.h480 UCAL_FEBRUARY, enumerator
/external/icu4c/test/cintltst/
Dccaltst.c621 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28); in TestGetSetDateAPI()
825 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0; in TestAddRollExtensive()
908 ucal_setDateTime(cal, 1999, UCAL_FEBRUARY, 28, 10, 30, 45, &status); in TestAddRollExtensive()
922 y = 1997; m = UCAL_FEBRUARY; d = 1; hr = 1; min = 1; sec = 0; ms = 0; in TestAddRollExtensive()