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

  /external/icu4c/i18n/unicode/
ucal.h 599 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
    [all...]
  /external/icu4c/i18n/
ucal.cpp 84 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
  /external/icu4c/test/cintltst/
ccaltst.c 167 /*Test ucal_getDSTSavings*/
169 i = ucal_getDSTSavings(fgGMTID, &status);
171 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
174 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
176 i = ucal_getDSTSavings(PST, &status);
178 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
181 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 374 #define ucal_getDSTSavings ucal_getDSTSavings_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h 513 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings)
    [all...]

Completed in 265 milliseconds