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 652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
    [all...]
  /external/icu4c/i18n/
ucal.cpp 91 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
  /external/icu4c/test/cintltst/
ccaltst.c 193 /*Test ucal_getDSTSavings*/
195 i = ucal_getDSTSavings(fgGMTID, &status);
197 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
200 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
202 i = ucal_getDSTSavings(PST, &status);
204 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
207 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 516 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings)
    [all...]

Completed in 335 milliseconds