/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 449 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 10, 45, 20, &status); in TestCalendar() 719 ucal_setDateTime(caldef,1972, UCAL_MAY, 3, 16, 30, 42, &status); in TestGetSetDateAPI() 734 ucal_setDateTime(caldef, 1999, UCAL_OCTOBER, 10, 6, 45, 30, &status); in TestGetSetDateAPI() 736 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 3, 15, 10, 55, &status); in TestGetSetDateAPI() 738 ucal_setDateTime(caldef, 1999, UCAL_MAY, 3, 25, 30, 45, &status); in TestGetSetDateAPI() 740 ucal_setDateTime(caldef, 1999, UCAL_AUGUST, 32, 22, 65, 40, &status); in TestGetSetDateAPI() 742 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, 0, 0, 0,&status); in TestGetSetDateAPI() 744 ucal_setDateTime(caldef, 1999, UCAL_MARCH, 12, -10, -10,0, &status); in TestGetSetDateAPI() 784 ucal_setDateTime(cal, 1999, UCAL_MARCH, 12, 5, 25, 30, &status); in TestFieldGetSet() 1013 ucal_setDateTime(cal, 1999, UCAL_FEBRUARY, 28, 10, 30, 45, &status); in TestAddRollExtensive() [all …]
|
D | cdtrgtst.c | 151 ucal_setDateTime(cal, 1809, UCAL_DECEMBER, 25, 17, 40, 30, &status); in Test4056591() 156 ucal_setDateTime(cal, 1909, UCAL_DECEMBER, 24, 17, 40, 30, &status); in Test4056591() 158 ucal_setDateTime(cal, 1861, UCAL_DECEMBER, 26, 17, 40, 30, &status); in Test4056591() 160 ucal_setDateTime(cal, 1999, UCAL_DECEMBER, 27, 17, 40, 30, &status); in Test4056591()
|
D | cmsgtst.c | 403 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); in TestNewFormatAndParseAPI() 504 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); in TestSampleFormatAndParseWithError() 600 ucal_setDateTime(cal, 1999, UCAL_MARCH, 18, 0, 0, 0, &status); in TestSampleFormatAndParse()
|
D | cdtdptst.c | 336 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() 994 ucal_setDateTime(tempCal, startCentury + twoDigitCenturyStart, UCAL_JANUARY, 1, 0, 0, 0, &ec); in TestCalendarDateParse() 999 ucal_setDateTime(calendar, twoDigitCenturyStart, UCAL_JANUARY, 1, 0, 0, 0, &ec); in TestCalendarDateParse()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1069 ucal_setDateTime(UCalendar* cal,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 1069 ucal_setDateTime(UCalendar* cal,
|
D | urename.h | 547 #define ucal_setDateTime U_ICU_ENTRY_POINT_RENAME(ucal_setDateTime) macro
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 421 ucal_setDateTime( UCalendar* cal, in ucal_setDateTime() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 547 #define ucal_setDateTime U_ICU_ENTRY_POINT_RENAME(ucal_setDateTime) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 851 ucal_setDateTime(cal, year, month, date, hour, minute, second, status); in ucal_setDateTime_android()
|