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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h 568 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
icuinfo.cpp 143 len = ucal_getDefaultTimeZone(buf, 100, &subsubStatus);
  /external/icu/icu4c/source/samples/date/
date.c 218 len = ucal_getDefaultTimeZone(tzName, len, &status);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 621 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 581 ucal_getDefaultTimeZone(gOriginalTimeZone, CTEST_MAX_TIMEZONE_SIZE, status);
ccaltst.c 186 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
188 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
196 i = ucal_getDefaultTimeZone(zone2, sizeof(zone2)/sizeof(zone2[0]), &status);
198 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
202 log_data_err("FAIL: ucal_getDefaultTimeZone() did not return Europe/Paris (Are you missing data?)\n");
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 588 ucal_getDefaultTimeZone(gOriginalTimeZone, CTEST_MAX_TIMEZONE_SIZE, status);
ccaltst.c 223 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
225 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
233 i = ucal_getDefaultTimeZone(zone2, sizeof(zone2)/sizeof(zone2[0]), &status);
235 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
239 log_data_err("FAIL: ucal_getDefaultTimeZone() did not return Europe/Paris (Are you missing data?)\n");
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 59 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) {
  /external/icu/icu4c/source/i18n/
ucal.cpp 67 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) {
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 466 len = ucal_getDefaultTimeZone(buf, 100, status);
  /external/icu/icu4c/source/common/unicode/
urename.h 508 #define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 515 #define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone)
    [all...]

Completed in 144 milliseconds