/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 566 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status); in TestGetSetDateAPI() 584 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI() 608 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status); in TestGetSetDateAPI() 627 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) in TestGetSetDateAPI() 629 …else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in dayli… in TestGetSetDateAPI() 646 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI() 663 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI() 780 if(ucal_get(cal, UCAL_YEAR, &status)!=1999 || ucal_get(cal, UCAL_MONTH, &status)!=2 || in TestFieldGetSet() 781 ucal_get(cal, UCAL_DATE, &status)!=12 || ucal_get(cal, UCAL_HOUR, &status)!=5) in TestFieldGetSet() 783 …else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &s… in TestFieldGetSet() [all …]
|
D | cdattst.c | 431 year = ucal_get(ucal, UCAL_YEAR, &status); in TestRelativeDateFormat() 432 month = ucal_get(ucal, UCAL_MONTH, &status); in TestRelativeDateFormat() 433 day = ucal_get(ucal, UCAL_DATE, &status); in TestRelativeDateFormat() 1004 result = ucal_get(calendar, UCAL_YEAR, &ec); in TestCalendarDateParse() 1020 result = ucal_get(calendar, UCAL_YEAR, &ec); in TestCalendarDateParse() 1046 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
|
D | cdtrgtst.c | 307 if ((ucal_get(cal, UCAL_DAY_OF_YEAR, &status) != 40)){ in Test4060212() 308 log_err("Fail: Got %d Expected 40\n", ucal_get(cal, UCAL_DAY_OF_YEAR, &status)); in Test4060212()
|
D | cdtdptst.c | 87 h = ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestTwoDigitYearDSTParse()
|
/external/icu/icu4c/source/samples/datecal/ |
D | ccal.c | 38 ucal_get(cal, UCAL_YEAR, &status), in c_main() 39 ucal_get(cal, UCAL_MONTH, &status) + 1, in c_main() 40 ucal_get(cal, UCAL_MONTH, &status), in c_main() 41 ucal_get(cal, UCAL_DATE, &status)); in c_main()
|
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 474 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status); in print_month() 495 day = ucal_get(c, UCAL_DATE, status); in print_month() 520 day = ucal_get(c, UCAL_DATE, status); in print_month() 622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year() 623 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status); in print_year() 643 left_day = ucal_get(left_cal, UCAL_DATE, status); in print_year() 644 right_day = ucal_get(right_cal, UCAL_DATE, status); in print_year() 646 left_month = ucal_get(left_cal, UCAL_MONTH, status); in print_year() 647 right_month = ucal_get(right_cal, UCAL_MONTH, status); in print_year() 686 left_day = ucal_get(left_cal, UCAL_DATE, status); in print_year() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 92 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1145 ucal_get(const UCalendar* cal,
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 465 ucal_get( const UCalendar* cal, in ucal_get() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 509 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
|