Home
last modified time | relevance | path

Searched refs:ucal_getDSTSavings (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducal.h669 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
/external/icu/libandroidicu/include/unicode/
Ducal.h669 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec);
Durename.h518 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
/external/icu/icu4c/source/i18n/
Ducal.cpp95 ucal_getDSTSavings(const UChar* zoneID, UErrorCode* ec) { in ucal_getDSTSavings() function
/external/icu/icu4c/source/test/cintltst/
Dccaltst.c214 i = ucal_getDSTSavings(fgGMTID, &status); in TestCalendar()
221 i = ucal_getDSTSavings(PST, &status); in TestCalendar()
/external/icu/icu4c/source/common/unicode/
Durename.h518 #define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp764 return ucal_getDSTSavings(zoneID, ec); in ucal_getDSTSavings_android()