HomeSort by relevance Sort by last modified time
    Searched refs:tzoffset (Results 1 - 16 of 16) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 122 tzoffset = None
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
132 if tzoffset:
133 if tzoffset < 0:
135 tzoffset = -tzoffset
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 122 tzoffset = None
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
132 if tzoffset:
133 if tzoffset < 0:
135 tzoffset = -tzoffset
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 915 tzoffset = None
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
925 if tzoffset:
926 if tzoffset < 0:
928 tzoffset = -tzoffset
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 915 tzoffset = None
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
925 if tzoffset:
926 if tzoffset < 0:
928 tzoffset = -tzoffset
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 192 int32_t tzoffset = uprv_timezone(); local
193 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
194 if (tzoffset != 28800) {
197 if ((tzoffset % 1800 != 0)) {
198 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
200 /*tzoffset=uprv_getUTCtime();*/
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 192 int32_t tzoffset = uprv_timezone(); local
193 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
194 if (tzoffset != 28800) {
197 if ((tzoffset % 1800 != 0)) {
198 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
200 /*tzoffset=uprv_getUTCtime();*/
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 119 int32_t tzoffset = uprv_timezone(); local
120 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
122 if (tzoffset < 0)
123 tzoffset = -tzoffset;
124 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) {
128 if ((tzoffset % 900) != 0) {
136 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);
    [all...]
caltest.cpp 352 int32_t tzoffset = 123400; local
354 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
414 z->getRawOffset() != tzoffset)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 128 int32_t tzoffset = uprv_timezone(); local
129 if ((tzoffset % 900) != 0) {
137 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);
    [all...]
caltest.cpp 373 int32_t tzoffset = 123400; local
375 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
435 z->getRawOffset() != tzoffset)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 823 int32_t tzoffset = z->getRawOffset(); local
826 if (tzoffset != *rawOffset) {
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 823 int32_t tzoffset = z->getRawOffset(); local
826 if (tzoffset != *rawOffset) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]

Completed in 849 milliseconds