Searched refs:notDigitCount (Results 1 – 1 of 1) sorted by relevance
2720 …auto notDigitCount = std::count_if(str.begin(), str.end(), [](char c) { return !isdigit(c) && c !=… in ratioStrToFloat() local2721 if (notDigitCount > 0) { in ratioStrToFloat()