OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucal_getCanonicalTimeZoneID
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
ucal.h
671
* to check if a TimeZone ID is valid prior to this function, use <code>
ucal_getCanonicalTimeZoneID
</code>.
[
all
...]
/external/icu/icu4c/source/i18n/
ucal.cpp
564
ucal_getCanonicalTimeZoneID
(const UChar* id, int32_t len,
/external/icu/icu4c/source/common/unicode/
urename.h
512
#define
ucal_getCanonicalTimeZoneID
U_ICU_ENTRY_POINT_RENAME(
ucal_getCanonicalTimeZoneID
)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ccaltst.c
258
/*Testing
ucal_getCanonicalTimeZoneID
*/
260
resultlength =
ucal_getCanonicalTimeZoneID
(PST, -1,
263
log_data_err("FAIL: error in
ucal_getCanonicalTimeZoneID
: %s\n", u_errorName(status));
266
log_data_err("FAIL:
ucal_getCanonicalTimeZoneID
(%s) returned %s : expected - %s (Are you missing data?)\n",
270
log_data_err("FAIL:
ucal_getCanonicalTimeZoneID
(%s) set %d to isSystemID (Are you missing data?)\n",
[
all
...]
Completed in 331 milliseconds