Lines Matching refs:lng
80 double lng; in qlocationutils_readGga() local
81 … if (QLocationUtils::getNmeaLatLong(parts[2], parts[3][0], parts[4], parts[5][0], &lat, &lng)) { in qlocationutils_readGga()
83 coord.setLongitude(lng); in qlocationutils_readGga()
164 double lng; in qlocationutils_readGll() local
165 … if (QLocationUtils::getNmeaLatLong(parts[1], parts[2][0], parts[3], parts[4][0], &lat, &lng)) { in qlocationutils_readGll()
167 coord.setLongitude(lng); in qlocationutils_readGll()
199 double lng; in qlocationutils_readRmc() local
200 … if (QLocationUtils::getNmeaLatLong(parts[3], parts[4][0], parts[5], parts[6][0], &lat, &lng)) { in qlocationutils_readRmc()
202 coord.setLongitude(lng); in qlocationutils_readRmc()
489 …tring, char latDirection, const QByteArray &lngString, char lngDirection, double *lat, double *lng) in getNmeaLatLong() argument
510 *lng = tempLng; in getNmeaLatLong()