Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqlocationutils.cpp476 int midLen = qMin(3, bytes.size() - dotIndex - 1); in getNmeaTime() local
477 int msecs = bytes.mid(dotIndex + 1, midLen).toUInt(&hasMsecs); in getNmeaTime()
479 tempTime = tempTime.addMSecs(msecs*(midLen == 3 ? 1 : midLen == 2 ? 10 : 100)); in getNmeaTime()