Searched refs:daylight (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h50 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
86 * offset from GMT(=UTC) and does not observe daylight saving
89 * of GMT (with no daylight saving time). In addition,
99 * time zone (without taking daylight savings time into account).</li>
100 * <li>Logic necessary to take daylight savings time into account if daylight savings
101 * time is observed in that time zone (e.g., the days and hours on which daylight
107 * daylight savings time and GMT offset in different ways. Currently we have the following
111 * combination of GMT offset and daylight-savings time rules currently in use in the
151 * The GMT (=UTC) time zone has a raw offset of zero and does not use daylight
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h50 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
86 * offset from GMT(=UTC) and does not observe daylight saving
89 * of GMT (with no daylight saving time). In addition,
99 * time zone (without taking daylight savings time into account).</li>
100 * <li>Logic necessary to take daylight savings time into account if daylight savings
101 * time is observed in that time zone (e.g., the days and hours on which daylight
107 * daylight savings time and GMT offset in different ways. Currently we have the following
111 * combination of GMT offset and daylight-savings time rules currently in use in the
151 * The GMT (=UTC) time zone has a raw offset of zero and does not use daylight
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp1159 TimeZone::getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const argument
1161 return getDisplayName(daylight,style, Locale::getDefault(), result);
1173 TimeZone::getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const argument
1202 // appropriate for the requested daylight value.
1203 if ((daylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!daylight && timeType == UTZFMT_TIME_TYPE_DAYLIGHT)) {
1204 offset = daylight ? getRawOffset() + getDSTSavings() : getRawOffset();
1217 offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset();
1234 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD;
1238 nameType = daylight
[all...]
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp1159 TimeZone::getDisplayName(UBool daylight, EDisplayType style, UnicodeString& result) const argument
1161 return getDisplayName(daylight,style, Locale::getDefault(), result);
1173 TimeZone::getDisplayName(UBool daylight, EDisplayType style, const Locale& locale, UnicodeString& result) const argument
1202 // appropriate for the requested daylight value.
1203 if ((daylight && timeType == UTZFMT_TIME_TYPE_STANDARD) || (!daylight && timeType == UTZFMT_TIME_TYPE_DAYLIGHT)) {
1204 offset = daylight ? getRawOffset() + getDSTSavings() : getRawOffset();
1217 offset = daylight && useDaylightTime() ? getRawOffset() + getDSTSavings() : getRawOffset();
1234 nameType = daylight ? UTZNM_LONG_DAYLIGHT : UTZNM_LONG_STANDARD;
1238 nameType = daylight
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp811 * from MST with daylight savings.
847 UBool daylight; member in struct:__anon12344
913 // Check daylight usage.
915 if (usesDaylight != kReferenceList[i].daylight) {
917 logln("Warning: Time Zone " + itsID + " use daylight is " +
920 ((kReferenceList[i].daylight)?"TRUE":"FALSE"));
922 dataerrln("FAIL: Time Zone " + itsID + " use daylight is " +
925 ((kReferenceList[i].daylight)?"TRUE":"FALSE"));
1847 // Time zone with daylight savings time from the first Sunday in November
2147 // the localized GMT format with the current offset is used even daylight nam
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp802 * from MST with daylight savings.
838 UBool daylight; member in struct:__anon22155
904 // Check daylight usage.
906 if (usesDaylight != kReferenceList[i].daylight) {
908 logln("Warning: Time Zone " + itsID + " use daylight is " +
911 ((kReferenceList[i].daylight)?"TRUE":"FALSE"));
913 dataerrln("FAIL: Time Zone " + itsID + " use daylight is " +
916 ((kReferenceList[i].daylight)?"TRUE":"FALSE"));
1838 // Time zone with daylight savings time from the first Sunday in November
2166 // the localized GMT format with the current offset is used even daylight nam
[all...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c223 int daylight = 0; variable
265 daylight = 0;
284 daylight = 1;
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c223 int daylight = 0; variable
265 daylight = 0;
284 daylight = 1;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js403 As daylight doth a lamp; her eyes in heaven\n\
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js403 As daylight doth a lamp; her eyes in heaven\n\
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-aes.js403 As daylight doth a lamp; her eyes in heaven\n\
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1885 milliseconds