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

  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 598 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 599 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucal.cpp 82 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
  /external/icu4c/i18n/
ucal.cpp 82 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 162 /*Test ucal_getDSTSavings*/
164 i = ucal_getDSTSavings(fgGMTID, &status);
166 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
169 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
171 i = ucal_getDSTSavings(PST, &status);
173 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
176 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 166 /*Test ucal_getDSTSavings*/
168 i = ucal_getDSTSavings(fgGMTID, &status);
170 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
173 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
175 i = ucal_getDSTSavings(PST, &status);
177 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
180 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h 510 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings)
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 476 #define ucal_getDSTSavings ucal_getDSTSavings_4_2
    [all...]

Completed in 607 milliseconds