Searched refs:foundNth (Results 1 – 1 of 1) sorted by relevance
6870 size_t foundNth = 0; in reportGGAToNtrip() local6885 while (foundPos != string::npos && foundNth < COMMAS_BEFORE_VALID) { in reportGGAToNtrip()6887 foundNth++; in reportGGAToNtrip()6891 if (COMMAS_BEFORE_VALID == foundNth && GGAString.at(foundPos-1) != '0') { in reportGGAToNtrip()