/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 574 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status); in TestGetSetDateAPI() 592 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI() 616 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status); in TestGetSetDateAPI() 635 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) in TestGetSetDateAPI() 637 …else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in dayli… in TestGetSetDateAPI() 654 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI() 671 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI() 788 if(ucal_get(cal, UCAL_YEAR, &status)!=1999 || ucal_get(cal, UCAL_MONTH, &status)!=2 || in TestFieldGetSet() 789 ucal_get(cal, UCAL_DATE, &status)!=12 || ucal_get(cal, UCAL_HOUR, &status)!=5) in TestFieldGetSet() 791 …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 | 309 if ((ucal_get(cal, UCAL_DAY_OF_YEAR, &status) != 40)){ in Test4060212() 310 log_err("Fail: Got %d Expected 40\n", ucal_get(cal, UCAL_DAY_OF_YEAR, &status)); in Test4060212()
|
D | cdtdptst.c | 89 h = ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestTwoDigitYearDSTParse()
|
/external/icu/icu4c/source/samples/datecal/ |
D | ccal.c | 44 ucal_get(cal, UCAL_YEAR, &status), in c_main() 45 ucal_get(cal, UCAL_MONTH, &status) + 1, in c_main() 46 ucal_get(cal, UCAL_MONTH, &status), in c_main() 47 ucal_get(cal, UCAL_DATE, &status)); in c_main()
|
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 478 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status); in print_month() 499 day = ucal_get(c, UCAL_DATE, status); in print_month() 524 day = ucal_get(c, UCAL_DATE, status); in print_month() 626 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year() 627 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status); in print_year() 647 left_day = ucal_get(left_cal, UCAL_DATE, status); in print_year() 648 right_day = ucal_get(right_cal, UCAL_DATE, status); in print_year() 650 left_month = ucal_get(left_cal, UCAL_MONTH, status); in print_year() 651 right_month = ucal_get(right_cal, UCAL_MONTH, status); in print_year() 690 left_day = ucal_get(left_cal, UCAL_DATE, status); in print_year() [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 94 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1162 ucal_get(const UCalendar* cal,
|
/external/icu/libandroidicu/include/unicode/ |
D | ucal.h | 1162 ucal_get(const UCalendar* cal,
|
D | urename.h | 514 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
|
/external/icu/icu4c/source/i18n/ |
D | ucal.cpp | 468 ucal_get( const UCalendar* cal, in ucal_get() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 514 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 752 return ucal_get(cal, field, status); in ucal_get_android()
|