Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp2558 int32_t iSec = 0; in Num2AllTime() local
2561 iSec = (static_cast<int>(iTime) - iHour * 3600000 - iMin * 60000) / 1000; in Num2AllTime()
2570 iSec += iZoneSec; in Num2AllTime()
2575 ByteString::Format("%02d:%02d:%02d", iHour, iMin, iSec).AsStringView(), in Num2AllTime()