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 689 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/test/cintltst/
ccaltst.c 504 /*testing ucal_setTimeZone() function*/
505 log_verbose("\nTesting if the function ucal_setTimeZone() works fine\n");
513 ucal_setTimeZone(caldef2,tzID, 3, &status);
515 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(status));
518 log_verbose("ucal_setTimeZone worked fine\n");
529 ucal_setTimeZone(caldef2, tzID, 3, &status);
531 log_err("Error in setting the time zone using ucal_setTimeZone(): %s\n", u_errorName(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);
546 ucal_setTimeZone(caldef2, NULL, -1, &status)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 178 ucal_setTimeZone( UCalendar* cal,
  /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 126 milliseconds