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

  /external/icu4c/samples/date/
date.c 182 len = ucal_getDefaultTimeZone(tzName, len, &status);
  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 567 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 568 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec);
    [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 144 len = ucal_getDefaultTimeZone(buf, 100, &subsubStatus);
  /external/chromium/third_party/icu/source/test/cintltst/
cintltst.c 566 ucal_getDefaultTimeZone(gOriginalTimeZone, CTEST_MAX_TIMEZONE_SIZE, status);
ccaltst.c 181 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
183 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
191 i = ucal_getDefaultTimeZone(zone2, sizeof(zone2)/sizeof(zone2[0]), &status);
193 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
197 log_data_err("FAIL: ucal_getDefaultTimeZone() did not return Europe/Paris (Are you missing data?)\n");
    [all...]
  /external/icu4c/test/cintltst/
cintltst.c 580 ucal_getDefaultTimeZone(gOriginalTimeZone, CTEST_MAX_TIMEZONE_SIZE, status);
ccaltst.c 185 i = ucal_getDefaultTimeZone(zone1, sizeof(zone1)/sizeof(zone1[0]), &status);
187 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
195 i = ucal_getDefaultTimeZone(zone2, sizeof(zone2)/sizeof(zone2[0]), &status);
197 log_err("FAIL: ucal_getDefaultTimeZone() => %s\n",
201 log_data_err("FAIL: ucal_getDefaultTimeZone() did not return Europe/Paris (Are you missing data?)\n");
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 57 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) {
  /external/icu4c/i18n/
ucal.cpp 57 ucal_getDefaultTimeZone(UChar* result, int32_t resultCapacity, UErrorCode* ec) {
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 375 #define ucal_getDefaultTimeZone ucal_getDefaultTimeZone_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 375 #define ucal_getDefaultTimeZone ucal_getDefaultTimeZone_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 375 #define ucal_getDefaultTimeZone ucal_getDefaultTimeZone_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 375 #define ucal_getDefaultTimeZone ucal_getDefaultTimeZone_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h 512 #define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone)
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 477 #define ucal_getDefaultTimeZone ucal_getDefaultTimeZone_4_2
    [all...]

Completed in 1511 milliseconds