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

  /external/icu/icu4c/source/samples/datecal/
ccal.c 38 ucal_get(cal, UCAL_YEAR, &status),
39 ucal_get(cal, UCAL_MONTH, &status) + 1,
40 ucal_get(cal, UCAL_MONTH, &status),
41 ucal_get(cal, UCAL_DATE, &status));
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 510 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
519 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status))
521 else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in daylight savings time */
538 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
540 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
543 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
555 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
557 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
560 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
664 /*Testing ucal_get()*/
    [all...]
cdtdptst.c 85 h = ucal_get(cal, UCAL_HOUR_OF_DAY, &status);
cdattst.c 406 year = ucal_get(ucal, UCAL_YEAR, &status);
407 month = ucal_get(ucal, UCAL_MONTH, &status);
408 day = ucal_get(ucal, UCAL_DATE, &status);
    [all...]
cdtrgtst.c 306 if ((ucal_get(cal, UCAL_DAY_OF_YEAR, &status) != 40)){
307 log_err("Fail: Got %d Expected 40\n", ucal_get(cal, UCAL_DAY_OF_YEAR, &status));
  /external/icu/icu4c/source/samples/cal/
cal.c 474 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status);
495 day = ucal_get(c, UCAL_DATE, status);
520 day = ucal_get(c, UCAL_DATE, status);
622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status);
623 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status);
643 left_day = ucal_get(left_cal, UCAL_DATE, status);
644 right_day = ucal_get(right_cal, UCAL_DATE, status);
646 left_month = ucal_get(left_cal, UCAL_MONTH, status);
647 right_month = ucal_get(right_cal, UCAL_MONTH, status);
686 left_day = ucal_get(left_cal, UCAL_DATE, status)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 566 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status);
584 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status);
608 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
627 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status))
629 else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in daylight savings time */
646 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
648 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
651 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
663 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status);
665 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status))
    [all...]
cdattst.c 414 year = ucal_get(ucal, UCAL_YEAR, &status);
415 month = ucal_get(ucal, UCAL_MONTH, &status);
416 day = ucal_get(ucal, UCAL_DATE, &status);
    [all...]
cdtdptst.c 85 h = ucal_get(cal, UCAL_HOUR_OF_DAY, &status);
cdtrgtst.c 307 if ((ucal_get(cal, UCAL_DAY_OF_YEAR, &status) != 40)){
308 log_err("Fail: Got %d Expected 40\n", ucal_get(cal, UCAL_DAY_OF_YEAR, &status));
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h     [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 77 currentYear = ucal_get(cal, UCAL_YEAR, &status);
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 92 currentYear = ucal_get(cal, UCAL_YEAR, &status);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 416 ucal_get( const UCalendar* cal, function
  /external/icu/icu4c/source/i18n/
ucal.cpp 465 ucal_get( const UCalendar* cal, function
  /external/icu/icu4c/source/common/unicode/
urename.h 502 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 509 #define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) macro
    [all...]

Completed in 121 milliseconds