Lines Matching refs:sentence
65 QByteArray sentence(data, size); in qlocationutils_readGga() local
66 QList<QByteArray> parts = sentence.split(','); in qlocationutils_readGga()
149 QByteArray sentence(data, size); in qlocationutils_readGll() local
150 QList<QByteArray> parts = sentence.split(','); in qlocationutils_readGll()
177 QByteArray sentence(data, size); in qlocationutils_readRmc() local
178 QList<QByteArray> parts = sentence.split(','); in qlocationutils_readRmc()
239 QByteArray sentence(data, size); in qlocationutils_readVtg() local
240 QList<QByteArray> parts = sentence.split(','); in qlocationutils_readVtg()
261 QByteArray sentence(data, size); in qlocationutils_readZda() local
262 QList<QByteArray> parts = sentence.split(','); in qlocationutils_readZda()
377 const int sentence = parts.at(2).toInt(&ok); in getSatInfoFromNmea() local
389 if (sentence == 1) in getSatInfoFromNmea()
392 const int numSatInSentence = qMin(sentence * 4, totalSats) - (sentence - 1) * 4; in getSatInfoFromNmea()
408 if (sentence == totalSentences) in getSatInfoFromNmea()