Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h154 static void GetLocalTimeZone(int32_t& iHour, int32_t& iMin, int32_t& iSec);
Dcfxjse_formcalc_context.cpp2188 int32_t iSec = 0; in Num2AllTime() local
2191 iSec = (static_cast<int>(iTime) - iHour * 3600000 - iMin * 60000) / 1000; in Num2AllTime()
2200 iSec += iZoneSec; in Num2AllTime()
2205 ByteString::Format("%02d:%02d:%02d", iHour, iMin, iSec).AsStringView(), in Num2AllTime()
2212 int32_t& iSec) { in GetLocalTimeZone() argument
2220 iSec = pLocal->tm_sec - pGmt->tm_sec; in GetLocalTimeZone()