Searched refs:UCAL_MARCH (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c440 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status);
701 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
703 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
727 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status);
728 verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55, 1);
733 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status);
734 verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0);
735 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status);
736 verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0, 1);
775 ucal_setDateTime(cal, 1999, UCAL_MARCH, 1
[all...]
H A Dcmsgtst.c401 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
502 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
595 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c441 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status);
702 ucal_setDate(caldef, 1999, UCAL_MARCH, 0, &status);
704 ucal_setDate(caldef, 0, UCAL_MARCH, 12, &status);
728 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status);
729 verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55, 1);
734 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status);
735 verify2("1999 12th day of March at 0:0:0 is :", caldef, datdef, 1999, UCAL_MARCH, 12, 0, 0, 0, 0);
736 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status);
737 verify2("1999 12th day of March is at -10:-10:0 :", caldef, datdef, 1999, UCAL_MARCH, 11, 1, 50, 0, 1);
776 ucal_setDateTime(cal, 1999, UCAL_MARCH, 1
[all...]
H A Dcmsgtst.c401 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
502 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
595 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
163 cal.set(1997, UCAL_MARCH, 1);
172 cal.set(1997, UCAL_MARCH, 31);
730 UCAL_MARCH, 1, 0, 0,
853 UCAL_MARCH, 1, 0 /*DOM*/, 0*ONE_HOUR, 1*ONE_HOUR, status);
1005 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
H A Dtztest.cpp179 gc->set(1990, UCAL_MARCH, 1);
190 zone->setStartRule(UCAL_MARCH, 1, 0, startHour, status);
1553 UCAL_MARCH, 1, 0, 0, UCAL_SEPTEMBER, 1, 0, 0,
1609 tz.setStartRule(UCAL_MARCH, 10, 12 * U_MILLIS_PER_HOUR, status);
1616 int32_t offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 5,
1622 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 15,
1640 tz.setStartRule(UCAL_MARCH, 10, UCAL_FRIDAY, 12 * millisPerHour, TRUE, status);
1647 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 11,
1653 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 14,
H A Dtzrulets.cpp501 dtr = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY,
559 getUTCMillis(2006, UCAL_MARCH, 15),
561 getUTCMillis(2007, UCAL_MARCH, 15),
563 getUTCMillis(2008, UCAL_MARCH, 15),
971 {2006, UCAL_MARCH, 15},
972 {2006, UCAL_MARCH, 31},
1112 getUTCMillis(2000, UCAL_MARCH, 31),
1212 DateTimeRule *dtr2 = new DateTimeRule(UCAL_MARCH, 11, 2*HOUR,
1216 DateTimeRule *dtr4 = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY, TRUE,
1559 stz1->setStartRule(UCAL_MARCH, 1
[all...]
H A Dtzbdtest.cpp428 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_1", UCAL_AUGUST, 2, UCAL_TUESDAY, 2 * (int32_t)ONE_HOUR, UCAL_MARCH, 15, 0, 2 * (int32_t)ONE_HOUR, status);
H A Dcalregts.cpp1270 UDate d00 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 00);
1271 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56);
1272 UDate d10 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 00);
1273 UDate d11 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 56);
1860 calendar->set(1998, UCAL_MARCH, 1);
H A Dcaltest.cpp829 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4);
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
163 cal.set(1997, UCAL_MARCH, 1);
172 cal.set(1997, UCAL_MARCH, 31);
730 UCAL_MARCH, 1, 0, 0,
853 UCAL_MARCH, 1, 0 /*DOM*/, 0*ONE_HOUR, 1*ONE_HOUR, status);
1005 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
H A Dtztest.cpp170 gc->set(1990, UCAL_MARCH, 1);
181 zone->setStartRule(UCAL_MARCH, 1, 0, startHour, status);
1544 UCAL_MARCH, 1, 0, 0, UCAL_SEPTEMBER, 1, 0, 0,
1600 tz.setStartRule(UCAL_MARCH, 10, 12 * U_MILLIS_PER_HOUR, status);
1607 int32_t offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 5,
1613 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 15,
1631 tz.setStartRule(UCAL_MARCH, 10, UCAL_FRIDAY, 12 * millisPerHour, TRUE, status);
1638 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 11,
1644 offset = tz.getOffset(GregorianCalendar::AD, 1998, UCAL_MARCH, 14,
H A Dtzrulets.cpp499 dtr = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY,
557 getUTCMillis(2006, UCAL_MARCH, 15),
559 getUTCMillis(2007, UCAL_MARCH, 15),
561 getUTCMillis(2008, UCAL_MARCH, 15),
969 {2006, UCAL_MARCH, 15},
970 {2006, UCAL_MARCH, 31},
1110 getUTCMillis(2000, UCAL_MARCH, 31),
1210 DateTimeRule *dtr2 = new DateTimeRule(UCAL_MARCH, 11, 2*HOUR,
1214 DateTimeRule *dtr4 = new DateTimeRule(UCAL_MARCH, 8, UCAL_SUNDAY, TRUE,
1557 stz1->setStartRule(UCAL_MARCH, 1
[all...]
H A Dtzbdtest.cpp428 tz = new SimpleTimeZone(- 8 * (int32_t)ONE_HOUR, "Test_1", UCAL_AUGUST, 2, UCAL_TUESDAY, 2 * (int32_t)ONE_HOUR, UCAL_MARCH, 15, 0, 2 * (int32_t)ONE_HOUR, status);
H A Dcalregts.cpp1270 UDate d00 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 00);
1271 UDate d01 = makeDate(1997, UCAL_MARCH, 15, 12, 00, 56);
1272 UDate d10 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 00);
1273 UDate d11 = makeDate(1997, UCAL_MARCH, 15, 12, 34, 56);
1860 calendar->set(1998, UCAL_MARCH, 1);
H A Dcaltest.cpp850 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h203 * @see #UCAL_MARCH
482 UCAL_MARCH, enumerator in enum:UCalendarMonths
1020 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
1041 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h203 * @see #UCAL_MARCH
482 UCAL_MARCH, enumerator in enum:UCalendarMonths
1018 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
1039 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY,
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp117 FIELD_NAME_STR( LEN_UCAL, UCAL_MARCH ),
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp117 FIELD_NAME_STR( LEN_UCAL, UCAL_MARCH ),

Completed in 707 milliseconds