/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.cpp | 371 int32_t rawoff, dstoff; local 372 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff); 373 return rawoff + dstoff; 380 int32_t& dstoff, UErrorCode& ec) const { 385 finalZone->getOffset(date, local, rawoff, dstoff, ec); 387 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff); 393 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) /*const*/ { 398 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); 400 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff); 460 int32_t& rawoff, int32_t& dstoff) const [all...] |
/external/icu4c/i18n/ |
olsontz.cpp | 381 int32_t rawoff, dstoff; local 382 getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff, dstoff); 383 return rawoff + dstoff; 390 int32_t& dstoff, UErrorCode& ec) const { 395 finalZone->getOffset(date, local, rawoff, dstoff, ec); 397 getHistoricalOffset(date, local, kFormer, kLatter, rawoff, dstoff); 403 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { 408 finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff, ec); 410 getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff, dstoff); 470 int32_t& rawoff, int32_t& dstoff) const [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 3081 dstoff = datetime(2002, 10, 27, 1) variable in class:TestTimezoneConversions [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_datetime.py | 3081 dstoff = datetime(2002, 10, 27, 1) variable in class:TestTimezoneConversions [all...] |