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

  /external/icu/icu4c/source/i18n/unicode/
ucal.h 675 * 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 567 ucal_getCanonicalTimeZoneID(const UChar* id, int32_t len,
  /external/icu/icu4c/source/common/unicode/
urename.h 517 #define ucal_getCanonicalTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getCanonicalTimeZoneID)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 266 /*Testing ucal_getCanonicalTimeZoneID*/
268 resultlength = ucal_getCanonicalTimeZoneID(PST, -1,
271 log_data_err("FAIL: error in ucal_getCanonicalTimeZoneID : %s\n", u_errorName(status));
274 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) returned %s : expected - %s (Are you missing data?)\n",
278 log_data_err("FAIL: ucal_getCanonicalTimeZoneID(%s) set %d to isSystemID (Are you missing data?)\n",
    [all...]

Completed in 47 milliseconds