/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 599 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec); [all...] |
/external/icu4c/i18n/unicode/ |
ucal.h | 652 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
ucal.cpp | 84 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
|
/external/icu4c/i18n/ |
ucal.cpp | 92 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) {
|
/external/chromium_org/third_party/icu/source/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/icu4c/common/unicode/ |
urename.h | 504 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | 198 /*Test ucal_getDSTSavings*/ 200 i = ucal_getDSTSavings(fgGMTID, &status); 202 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n", 205 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i); 207 i = ucal_getDSTSavings(PST, &status); 209 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n", 212 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000); [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | 513 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) [all...] |