Home
last modified time | relevance | path

Searched refs:tzminute (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_datetime.cpp13 int GetTimeZoneInSeconds(int8_t tzhour, uint8_t tzminute) { in GetTimeZoneInSeconds() argument
14 return (int)tzhour * 3600 + (int)tzminute * (tzhour >= 0 ? 60 : -60); in GetTimeZoneInSeconds()