Home
last modified time | relevance | path

Searched refs:inDaylight (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dtimezone.cpp1208 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument
1210 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName()
1222 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString&… in getDisplayName() argument
1252 …if ((inDaylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!inDaylight && timeType == UTZFMT_TI… in getDisplayName()
1253 offset = inDaylight ? getRawOffset() + getDSTSavings() : getRawOffset(); in getDisplayName()
1266 … offset = inDaylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in getDisplayName()
1283 nameType = inDaylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD; in getDisplayName()
1287 nameType = inDaylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName()
1302 … offset = inDaylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in getDisplayName()
/external/icu/icu4c/source/i18n/unicode/
Dtimezone.h684 … UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const;
700 …UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeS…
/external/icu/libicu/cts_headers/unicode/
Dtimezone.h684 … UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const;
700 …UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeS…
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp1484 UnicodeString inDaylight; in TestDisplayName() local
1486 inDaylight = UnicodeString("TRUE"); in TestDisplayName()
1488 inDaylight = UnicodeString("FALSE"); in TestDisplayName()
1490 logln(UnicodeString("Modified PST inDaylightTime->") + inDaylight ); in TestDisplayName()