Home
last modified time | relevance | path

Searched refs:ucal_get (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c574 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 …]
Dcdattst.c431 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()
Dcdtrgtst.c309 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()
Dcdtdptst.c89 h = ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestTwoDigitYearDSTParse()
/external/icu/icu4c/source/samples/datecal/
Dccal.c44 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/
Dcal.c478 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/
Dtoolutil.cpp94 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
/external/icu/icu4c/source/i18n/unicode/
Ducal.h1162 ucal_get(const UCalendar* cal,
/external/icu/libandroidicu/include/unicode/
Ducal.h1162 ucal_get(const UCalendar* cal,
Durename.h514 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp468 ucal_get( const UCalendar* cal, in ucal_get() function
/external/icu/icu4c/source/common/unicode/
Durename.h514 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp752 return ucal_get(cal, field, status); in ucal_get_android()