/external/icu4c/i18n/unicode/ |
vtzone.h | 168 * zone property or a pair of standard and daylight time properties using 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 [all...] |
tznames.h | 45 * Long display name for daylight saving time, such as "Eastern Daylight Time". 60 * Short display name for daylight saving time, such as "EDT". 112 * shared with other time zones. However, the long name for daylight saving time is "British Summer Time", which is only
|
/external/v8/src/ |
platform-nullos.cc | 119 // account daylight saving. 126 // Returns the daylight savings offset in milliseconds for the given time. 140 // taking daylight savings time into account.
|
/external/chromium/base/third_party/nspr/ |
prtime.h | 91 * Time zone and daylight saving time corrections applied to GMT to 104 * day, hour, minute, second, and microsecond. Time zone and daylight 147 * daylight saving time corrections for some geographic location, 159 * - Figure out the daylight saving time correction, tp_dst_offset.
|
/external/chromium_org/base/third_party/nspr/ |
prtime.h | 91 * Time zone and daylight saving time corrections applied to GMT to 104 * day, hour, minute, second, and microsecond. Time zone and daylight 147 * daylight saving time corrections for some geographic location, 159 * - Figure out the daylight saving time correction, tp_dst_offset.
|
/external/chromium_org/third_party/icu/patches/ |
ios_timezone.patch | 51 dst_checked = (tmrec.tm_isdst != 0); /* daylight savings time is checked*/
|
/external/chromium_org/ui/base/l10n/ |
time_format_unittest.cc | 53 // crbug.com/159388: This test fails when daylight savings time ends.
|
/external/chromium_org/v8/test/intl/date-format/ |
timezone-name.js | 53 assertTrue(dfl.format(summer).indexOf('Pacific Daylight Time') !== -1);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 184 frozenset("Tokyo (daylight time)")) 302 if time.tzname[0] != time.tzname[1] or not time.daylight: 309 "time.daylight but timezone value not set to -1") 313 # when time.tzname[0] == time.tzname[1] and time.daylight 319 original_daylight = time.daylight 321 time.daylight = 1 325 "time.daylight set to %s and passing in %s" % 326 (time.tzname, tz_value, time.daylight, tz_name)) 329 time.daylight = original_daylight
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 184 frozenset("Tokyo (daylight time)")) 302 if time.tzname[0] != time.tzname[1] or not time.daylight: 309 "time.daylight but timezone value not set to -1") 313 # when time.tzname[0] == time.tzname[1] and time.daylight 319 original_daylight = time.daylight 321 time.daylight = 1 325 "time.daylight set to %s and passing in %s" % 326 (time.tzname, tz_value, time.daylight, tz_name)) 329 time.daylight = original_daylight
|
/external/chromium_org/v8/src/ |
platform-win32.cc | 251 // routine also takes into account whether daylight saving is effect 255 // Returns the daylight savings time offset for the time in milliseconds. 259 // timestamp taking into account daylight saving. 286 // Return whether or not daylight savings time is in effect at this time. 471 "%s Daylight Time", 481 // takes into account whether daylight saving is in effect at the time. 519 // Return whether or not daylight savings time is in effect at this time. 534 // If the local time offset equals the timezone bias plus the daylight 543 // Return the daylight savings time offset for this time. 550 // timestamp taking into account daylight saving [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
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/icu4c/i18n/ |
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,
|
timezone.cpp | [all...] |
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZonePickerUtils.java | 61 * @param millis The time (daylight savings or not) 156 * @param daylightTime True for daylight time, false for standard time
|
/libcore/luni/src/main/java/libcore/icu/ |
TimeZoneNames.java | 118 public static String getDisplayName(String[][] zoneStrings, String id, boolean daylight, int style) { 123 if (daylight) {
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldTimeZoneTest.java | 102 assertEquals("Pacific Daylight Time", tz.getDisplayName(true, 1)); 110 assertEquals("Pacific Daylight Time", tz.getDisplayName(true, 1, Locale.US));
|
TimeZoneTest.java | 69 // Any time before we have transition data is considered non-daylight, even in summer. 218 // both standard and daylight time. 289 assertEquals("Samoa Daylight Time", tz.getDisplayName(true, TimeZone.LONG, Locale.US)); 299 private static String formatGmtString(TimeZone tz, boolean daylight) { 301 if (daylight) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_strptime.py | 45 timezone -- daylight- and non-daylight-savings timezone representation 163 # and time.daylight; handle that in strptime . 169 if time.daylight: 421 # same and yet time.daylight is true; too ambiguous to 422 # be able to tell what timezone has daylight savings 424 time.daylight and found_zone not in ("utc", "gmt")):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_strptime.py | 45 timezone -- daylight- and non-daylight-savings timezone representation 163 # and time.daylight; handle that in strptime . 169 if time.daylight: 421 # same and yet time.daylight is true; too ambiguous to 422 # be able to tell what timezone has daylight savings 424 time.daylight and found_zone not in ("utc", "gmt")):
|
/external/chromium_org/third_party/icu/source/common/ |
putilimp.h | 168 * variables: daylight, timezone, and tzname. These variables have the 171 * daylight Nonzero if daylight-saving-time zone (DST) is specified
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
utils.py | 140 taking daylight savings time into account. 153 # daylight savings time, and whether DST is in effect. 154 if time.daylight and now[-1]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
utils.py | 140 taking daylight savings time into account. 153 # daylight savings time, and whether DST is in effect. 154 if time.daylight and now[-1]:
|
/packages/apps/Camera/src/com/android/camera/ui/ |
ListPrefSettingPopup.java | 39 // daylight, incandescent, etc). If initialized with an IconListPreference,
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ListPrefSettingPopup.java | 39 // daylight, incandescent, etc). If initialized with an IconListPreference,
|