/libcore/luni/src/main/java/java/util/ |
SimpleTimeZone.java | 32 * backwards. For example, Daylight Savings Time ends at the last 62 * savings. 69 * Daylight savings. 96 * time zone ID, and times to start and end the daylight savings time. Timezone IDs can 126 * The daylight savings time difference is set to the default value: one hour. 134 * the daylight savings starting month. The month indexing is 0-based. eg, 0 137 * the daylight savings starting day-of-week-in-month. Please see 140 * the daylight savings starting day-of-week. Please see the 143 * the daylight savings starting time in local wall time, which 147 * the daylight savings ending month. The month indexing is 0-based. eg, 0 fo [all...] |
TimeZone.java | 47 * {@link #getDSTSavings DST savings} (usually, but not necessarily, 1 hour). 89 * savings time rules as this time zone. 217 * Returns the daylight savings offset in milliseconds for this time zone. 219 * that use daylight savings time and {@code 0} for timezones that do not. 220 * Subclasses should override this method for other daylight savings 226 * tells you that this {@code TimeZone} sometimes observes daylight savings. 234 * time}. The offset includes daylight savings time if the specified 235 * date is within the daylight savings time period. 248 * date and time. The offset includes daylight savings time if the date 249 * and time is within the daylight savings time period [all...] |
/external/icu4c/i18n/unicode/ |
simpletz.h | 50 * When specifying daylight-savings-time begin and end dates, use a negative value for 52 * count from the end of the month backwards. For example, if Daylight Savings 114 * and which doesn't observe daylight savings time. Normally you should use 127 * and times to start and end daylight savings time. To create a TimeZone that 128 * doesn't observe daylight savings time, don't use this constructor; use 133 * Various types of daylight-savings time rules can be specfied by using different 140 * @param savingsStartMonth The daylight savings starting month. Month is 142 * @param savingsStartDayOfWeekInMonth The daylight savings starting 145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 147 * @param savingsStartTime The daylight savings starting time, expressed as th [all...] |
timezone.h | 50 * savings. 84 * daylight savings time. 92 * time zone (without taking daylight savings time into account).</li> 93 * <li>Logic necessary to take daylight savings time into account if daylight savings 95 * savings time begins and ends).</li> 100 * daylight savings time and GMT offset in different ways. Currently we only have one 104 * combination of GMT offset and daylight-savings time rules currently in use in the 131 * savings time. This is a commonly used time zone. 162 * savings time. For example, the state of Arizona doesn' [all...] |
rbtz.h | 126 * to GMT to get local time in this time zone, taking daylight savings time into 128 * whether daylight savings time is in effect and needs to be figured into the offset 153 * daylight savings. This is the offset to add *to* UTC to get local time. 201 * to GMT to get local time, before taking daylight savings time into account). 210 * to GMT to get local time, before taking daylight savings time into account). 218 * Queries if this time zone uses daylight savings time. 219 * @return true if this time zone uses daylight savings time, 226 * Queries if the given date is in daylight savings time in 234 * @return true if the given date is in daylight savings time,
|
vtzone.h | 190 * to GMT to get local time in this time zone, taking daylight savings time into 192 * whether daylight savings time is in effect and needs to be figured into the offset 217 * daylight savings. This is the offset to add *to* UTC to get local time. 265 * to GMT to get local time, before taking daylight savings time into account). 274 * to GMT to get local time, before taking daylight savings time into account). 282 * Queries if this time zone uses daylight savings time. 283 * @return true if this time zone uses daylight savings time, 290 * Queries if the given date is in daylight savings time in 298 * @return true if the given date is in daylight savings time,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
TimeZoneTest.java | 52 assertEquals("T1A. Incorrect daylight savings returned", 55 // a SimpleTimeZone with daylight savings different then 1 hour 57 assertEquals("T1B. Incorrect daylight savings returned", 60 // test on subclass Support_TimeZone, an instance with daylight savings 62 assertEquals("T2. Incorrect daylight savings returned", 65 // an instance without daylight savings 67 assertEquals("T3. Incorrect daylight savings returned, ", 90 // test on subclass Support_TimeZone, an instance with daylight savings 97 // an instance without daylight savings
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
timeb.h | 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */
|
/external/icu4c/test/intltest/ |
tzregts.cpp | 223 * Savings Time (PDT) does work at 2am. 466 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status)); 697 * SimpleTimeZone accepts illegal DST savings values. These values 711 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time 716 int32_t savings = DATA[i]; local 727 savings, status); // <- what we're interested in 732 z->setDSTSavings(savings, status); 738 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status)); 741 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status)) 1125 int32_t savings = cst->getDSTSavings(); local [all...] |
/external/icu4c/tools/toolutil/ |
ucmstate.c | 621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local 648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */ 650 savings=0; 683 savings+=count[i]; 689 /* subtract from the possible savings the cost of an additional state */ 690 savings=savings*2-1024; /* count bytes, not 16-bit words */ 691 if(savings<=0) { 695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings); 844 int32_t i, entry, savings, localSavings, belowSavings local 900 int32_t state, savings; local [all...] |
/external/icu4c/i18n/ |
vzone.h | 178 * to GMT to get local time in this time zone, taking daylight savings time into 180 * whether daylight savings time is in effect and needs to be figured into the offset 207 * daylight savings. This is the offset to add *to* UTC to get local time. 259 * to GMT to get local time, before taking daylight savings time into account). 270 * to GMT to get local time, before taking daylight savings time into account). 280 * Queries if this time zone uses daylight savings time. 282 * @return true if this time zone uses daylight savings time, 290 * Queries if the given date is in daylight savings time in 299 * @return true if the given date is in daylight savings time,
|
simpletz.cpp | 251 * Sets the daylight savings starting year, that is, the year this time zone began 252 * observing its specified daylight savings time rules. The time zone is considered 253 * not to observe daylight savings time prior to that year; SimpleTimeZone doesn't 254 * support historical daylight-savings-time rules. 255 * @param year the daylight savings starting year. 267 * Sets the daylight savings starting rule. For example, in the U.S., Daylight Savings 295 * @param month the daylight savings starting month. Month is 0-based. 297 * @param dayOfWeekInMonth the daylight savings starting 299 * @param dayOfWeek the daylight savings starting day-of-week. Please se [all...] |
cecal.h | 79 * Daylight Savings Time. Recognizes DST_OFFSET, if it is set. 82 * @return True if the current date for this Calendar is in Daylight Savings Time,
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_TimeZone.java | 47 * let's assume this timezone has daylight savings from the 4th month till
|
/external/chromium/chrome/browser/net/ |
referrer.h | 123 // value," in the form of latency_ savings associated with a host name. We 126 // the same latency_ savings, the older one is less valuable as it didn't 127 // accrue savings as quickly.
|
/external/skia/src/images/ |
SkCreateRLEPixelRef.cpp | 110 SkDebugf("--- RLE: orig [%d %d] %d, rle %d %d savings %g\n",
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.10-10.js | 58 // some daylight savings time cases
|
15.9.5.10-11.js | 58 // some daylight savings time cases
|
15.9.5.10-12.js | 58 // some daylight savings time cases
|
15.9.5.10-13.js | 58 // some daylight savings time cases
|
15.9.5.10-9.js | 58 // some daylight savings time cases
|
15.9.5.23-1.js | 57 // this daylight savings case fails -- need to fix date test functions 62 // this daylight savings case fails -- need to fix date test functions
|
15.9.5.23-10.js | 56 // this daylight savings case fails -- need to fix date test functions 61 // this daylight savings case fails -- need to fix date test functions
|
15.9.5.23-11.js | 55 // this daylight savings case fails -- need to fix date test functions 60 // this daylight savings case fails -- need to fix date test functions
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
City.java | 111 * savings time. This requires reading the entire time zone database 145 * savings time. This does not require reading the time zone database
|