Searched refs:tzhour (Results 1 - 3 of 3) sorted by relevance

/external/dng_sdk/source/
H A Ddng_date_time.cpp352 unsigned tzhour = 0; local
357 &tzhour,
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin));
556 unsigned tzhour = 0; local
566 &tzhour,
572 zone.SetOffsetMinutes (tzsign * (tzhour * 60 + tzmin));
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_datetime.cpp13 int GetTimeZoneInSeconds(int8_t tzhour, uint8_t tzminute) { argument
14 return (int)tzhour * 3600 + (int)tzminute * (tzhour >= 0 ? 60 : -60);
/external/python/cpython2/Lib/test/
H A Dtest_datetime.py3238 for tzhour in (0, 1, 1, 2):
3239 expectedbase = self.dstoff.replace(hour=tzhour)

Completed in 950 milliseconds