/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 441 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status); in TestCalendar() 711 ucal_setDateTime(caldef,1972, UCAL_MAY, 3, 16, 30, 42, &status); in TestGetSetDateAPI() 726 ucal_setDateTime(caldef, 1999, UCAL_OCTOBER, 10, 6, 45, 30, &status); in TestGetSetDateAPI() 728 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status); in TestGetSetDateAPI() 730 ucal_setDateTime(caldef, 1999, UCAL_MAY, 3, 25, 30, 45, &status); in TestGetSetDateAPI() 732 ucal_setDateTime(caldef, 1999, UCAL_AUGUST, 32, 22, 65, 40, &status); in TestGetSetDateAPI() 734 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status); in TestGetSetDateAPI() 736 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status); in TestGetSetDateAPI() 776 ucal_setDateTime(cal, 1999, UCAL_MARCH, 12, 5, 25, 30, &status); in TestFieldGetSet() 1005 ucal_setDateTime(cal, 1999, UCAL_FEBRUARY, 28, 10, 30, 45, &status); in TestAddRollExtensive() [all …]
|
D | cdtrgtst.c | 149 ucal_setDateTime(cal, 1809, UCAL_DECEMBER, 25, 17, 40, 30, &status); in Test4056591() 154 ucal_setDateTime(cal, 1909, UCAL_DECEMBER, 24, 17, 40, 30, &status); in Test4056591() 156 ucal_setDateTime(cal, 1861, UCAL_DECEMBER, 26, 17, 40, 30, &status); in Test4056591() 158 ucal_setDateTime(cal, 1999, UCAL_DECEMBER, 27, 17, 40, 30, &status); in Test4056591()
|
D | cmsgtst.c | 400 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); in TestNewFormatAndParseAPI() 501 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); in TestSampleFormatAndParseWithError() 594 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); in TestSampleFormatAndParse()
|
D | cdtdptst.c | 334 ucal_setDateTime(cal, 1999, UCAL_APRIL, 13, 10, 42, 28, &status); in TestQuotePattern161()
|
D | cdattst.c | 434 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */ in TestRelativeDateFormat() 990 ucal_setDateTime(tempCal, startCentury + twoDigitCenturyStart, UCAL_JANUARY, 1, 0, 0, 0, &ec); in TestCalendarDateParse() 995 ucal_setDateTime(calendar, twoDigitCenturyStart, UCAL_JANUARY, 1, 0, 0, 0, &ec); in TestCalendarDateParse()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1052 ucal_setDateTime(UCalendar* cal,
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 418 ucal_setDateTime( UCalendar* cal, in ucal_setDateTime() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 542 #define ucal_setDateTime U_ICU_ENTRY_POINT_RENAME(ucal_setDateTime) macro
|