/third_party/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 600 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status); in TestGetSetDateAPI() 618 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI() 642 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status); in TestGetSetDateAPI() 661 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) in TestGetSetDateAPI() 663 …else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in dayli… in TestGetSetDateAPI() 680 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI() 697 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI() 814 if(ucal_get(cal, UCAL_YEAR, &status)!=1999 || ucal_get(cal, UCAL_MONTH, &status)!=2 || in TestFieldGetSet() 815 ucal_get(cal, UCAL_DATE, &status)!=12 || ucal_get(cal, UCAL_HOUR, &status)!=5) in TestFieldGetSet() 817 …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 | 440 year = ucal_get(ucal, UCAL_YEAR, &status); in TestRelativeDateFormat() 441 month = ucal_get(ucal, UCAL_MONTH, &status); in TestRelativeDateFormat() 442 day = ucal_get(ucal, UCAL_DATE, &status); in TestRelativeDateFormat() 1013 result = ucal_get(calendar, UCAL_YEAR, &ec); in TestCalendarDateParse() 1029 result = ucal_get(calendar, UCAL_YEAR, &ec); in TestCalendarDateParse() 1055 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
|
D | cdtrgtst.c | 310 if ((ucal_get(cal, UCAL_DAY_OF_YEAR, &status) != 40)){ in Test4060212() 311 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()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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 …]
|
/third_party/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 …]
|
/third_party/skia/third_party/externals/icu/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 …]
|
/third_party/icu/docs/userguide/datetime/calendar/ |
D | examples.md | 89 ucal_get(cal, UCAL_YEAR, &status), 90 ucal_get(cal, UCAL_MONTH, &status) + 1, 91 ucal_get(cal, UCAL_MONTH, &status), 92 ucal_get(cal, UCAL_DATE, &status)); 215 ucal_get(cal1, UCAL_MONTH, &status) + 1, 216 ucal_get(cal1, UCAL_DATE, &status), 217 ucal_get(cal1, UCAL_YEAR, &status)); 241 ucal_get(cal2, UCAL_MONTH, &status) + 1, 242 ucal_get(cal2, UCAL_DATE, &status), 243 ucal_get(cal2, UCAL_YEAR, &status));
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | toolutil.cpp | 96 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | toolutil.cpp | 96 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/ |
D | toolutil.cpp | 94 currentYear = ucal_get(cal, UCAL_YEAR, &status); in getCurrentYear()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | ucal.h | 1162 ucal_get(const UCalendar* cal,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 1207 ucal_get(const UCalendar* cal,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | ucal.h | 1207 ucal_get(const UCalendar* cal,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | ucal.h | 1207 ucal_get(const UCalendar* cal,
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | ucal.cpp | 468 ucal_get( const UCalendar* cal, in ucal_get() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | ucal.cpp | 492 ucal_get( const UCalendar* cal, in ucal_get() function
|
/third_party/icu/icu4c/source/i18n/ |
D | ucal.cpp | 492 ucal_get( const UCalendar* cal, in ucal_get() function
|
/third_party/node/deps/icu-small/source/i18n/ |
D | ucal.cpp | 492 ucal_get( const UCalendar* cal, in ucal_get() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 515 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 519 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 519 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
|