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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h 743 ucal_setTimeZone(UCalendar* cal,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 743 ucal_setTimeZone(UCalendar* cal,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 186 ucal_setTimeZone( UCalendar* cal,
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 591 /*testing ucal_setTimeZone() and ucal_getTimeZoneID function*/
592 log_verbose("\nTesting if the function ucal_setTimeZone() and ucal_getTimeZoneID work fine\n");
610 ucal_setTimeZone(caldef2,tzID, 3, &status);
612 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
615 log_verbose("ucal_setTimeZone worked fine\n");
636 ucal_setTimeZone(caldef2, tzID, 3, &status);
638 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
647 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone(): %s\n", u_errorName(status));
650 log_err("Error in getting the time zone using ucal_get() after using ucal_setTimeZone() offset=%d\n", zoneOffset);
653 ucal_setTimeZone(caldef2, NULL, -1, &status)
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 186 ucal_setTimeZone( UCalendar* cal,
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 592 /*testing ucal_setTimeZone() and ucal_getTimeZoneID function*/
593 log_verbose("\nTesting if the function ucal_setTimeZone() and ucal_getTimeZoneID work fine\n");
611 ucal_setTimeZone(caldef2,tzID, 3, &status);
613 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
616 log_verbose("ucal_setTimeZone worked fine\n");
637 ucal_setTimeZone(caldef2, tzID, 3, &status);
639 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(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);
654 ucal_setTimeZone(caldef2, NULL, -1, &status)
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 1741 milliseconds