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

  /external/icu/icu4c/source/i18n/unicode/
ucal.h 656 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 95 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
  /external/icu/icu4c/source/common/unicode/
urename.h 518 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 212 /*Test ucal_getDSTSavings*/
214 i = ucal_getDSTSavings(fgGMTID, &status);
216 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
219 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
221 i = ucal_getDSTSavings(PST, &status);
223 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
226 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
    [all...]

Completed in 454 milliseconds