Searched refs:inDaylight (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 1208 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()
|
/third_party/icu/icu4c/source/i18n/ |
D | timezone.cpp | 1208 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | timezone.cpp | 1227 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const in getDisplayName() argument 1229 return getDisplayName(inDaylight,style, Locale::getDefault(), result); in getDisplayName() 1241 TimeZone::getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeString&… in getDisplayName() argument 1271 …if ((inDaylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!inDaylight && timeType == UTZFMT_TI… in getDisplayName() 1272 offset = inDaylight ? getRawOffset() + getDSTSavings() : getRawOffset(); in getDisplayName() 1285 … offset = inDaylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in getDisplayName() 1302 nameType = inDaylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD; in getDisplayName() 1306 nameType = inDaylight ? UTZNM_SHORT_DAYLIGHT : UTZNM_SHORT_STANDARD; in getDisplayName() 1321 … offset = inDaylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset(); in getDisplayName()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | timezone.h | 684 … UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const; 700 …UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeS…
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | timezone.h | 684 … UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const; 700 …UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeS…
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | timezone.h | 733 … UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, UnicodeString& result) const; 749 …UnicodeString& getDisplayName(UBool inDaylight, EDisplayType style, const Locale& locale, UnicodeS…
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 1484 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()
|