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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h 652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
  /external/icu/icu4c/source/i18n/
ucal.cpp 92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
  /external/icu/icu4c/source/common/unicode/
urename.h 506 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 516 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 203 /*Test ucal_getDSTSavings*/
205 i = ucal_getDSTSavings(fgGMTID, &status);
207 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
210 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
212 i = ucal_getDSTSavings(PST, &status);
214 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
217 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 204 /*Test ucal_getDSTSavings*/
206 i = ucal_getDSTSavings(fgGMTID, &status);
208 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
211 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
213 i = ucal_getDSTSavings(PST, &status);
215 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
218 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
    [all...]

Completed in 87 milliseconds