HomeSort by relevance Sort by last modified time
    Searched refs:ucal_get (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/samples/datecal/
ccal.c 44 ucal_get(cal, UCAL_YEAR, &status),
45 ucal_get(cal, UCAL_MONTH, &status) + 1,
46 ucal_get(cal, UCAL_MONTH, &status),
47 ucal_get(cal, UCAL_DATE, &status));
  /external/icu/icu4c/source/samples/cal/
cal.c 478 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status);
499 day = ucal_get(c, UCAL_DATE, status);
524 day = ucal_get(c, UCAL_DATE, status);
626 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status);
627 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status);
647 left_day = ucal_get(left_cal, UCAL_DATE, status);
648 right_day = ucal_get(right_cal, UCAL_DATE, status);
650 left_month = ucal_get(left_cal, UCAL_MONTH, status);
651 right_month = ucal_get(right_cal, UCAL_MONTH, status);
690 left_day = ucal_get(left_cal, UCAL_DATE, status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 574 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status);
592 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status);
616 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
635 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status))
637 else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in daylight savings time */
654 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
656 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
659 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
671 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
673 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status))
    [all...]
cdattst.c 431 year = ucal_get(ucal, UCAL_YEAR, &status);
432 month = ucal_get(ucal, UCAL_MONTH, &status);
433 day = ucal_get(ucal, UCAL_DATE, &status);
    [all...]
cdtdptst.c 89 h = ucal_get(cal, UCAL_HOUR_OF_DAY, &status);
cdtrgtst.c 309 if ((ucal_get(cal, UCAL_DAY_OF_YEAR, &status) != 40)){
310 log_err("Fail: Got %d Expected 40\n", ucal_get(cal, UCAL_DAY_OF_YEAR, &status));
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 94 currentYear = ucal_get(cal, UCAL_YEAR, &status);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h     [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 468 ucal_get( const UCalendar* cal, function
  /external/icu/icu4c/source/common/unicode/
urename.h 514 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
    [all...]

Completed in 279 milliseconds