/external/icu/icu4c/source/test/cintltst/ |
ccaltst.c | 441 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); [all...] |
cmsgtst.c | 400 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); 501 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); 594 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzregts.cpp | 135 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); [all...] |
tztest.cpp | 175 gc->set(1990, UCAL_MARCH, 1); 186 zone->setStartRule(UCAL_MARCH, 1, 0, startHour, status); [all...] |
tzrulets.cpp | 499 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), [all...] |
tzbdtest.cpp | 428 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);
|
calregts.cpp | [all...] |
caltest.cpp | 861 verify765("1997 Tuesday in week 10 of year = ", c, 1997, UCAL_MARCH, 4); [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucal.h | 203 * @see #UCAL_MARCH 482 UCAL_MARCH, 1018 * @param month The desired month; one of UCAL_JANUARY, UCAL_FEBRUARY, UCAL_MARCH, UCAL_APRIL, UCAL_MAY, [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.cpp | 119 FIELD_NAME_STR( LEN_UCAL, UCAL_MARCH ),
|