OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/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/icu4c/i18n/
ucal.cpp
186
ucal_setTimeZone
( UCalendar* cal,
/external/icu4c/test/cintltst/
ccaltst.c
586
/*testing
ucal_setTimeZone
() and ucal_getTimeZoneID function*/
587
log_verbose("\nTesting if the function
ucal_setTimeZone
() and ucal_getTimeZoneID work fine\n");
604
ucal_setTimeZone
(caldef2,tzID, 3, &status);
606
log_err("Error in setting the time zone using
ucal_setTimeZone
(): %s\n", u_errorName(status));
609
log_verbose("
ucal_setTimeZone
worked fine\n");
630
ucal_setTimeZone
(caldef2, tzID, 3, &status);
632
log_err("Error in setting the time zone using
ucal_setTimeZone
(): %s\n", u_errorName(status));
641
log_err("Error in getting the time zone using ucal_get() after using
ucal_setTimeZone
(): %s\n", u_errorName(status));
644
log_err("Error in getting the time zone using ucal_get() after using
ucal_setTimeZone
() offset=%d\n", zoneOffset);
647
ucal_setTimeZone
(caldef2, NULL, -1, &status)
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 2879 milliseconds