Searched refs:roundDataIndex (Results 1 – 1 of 1) sorted by relevance
230 std::string::size_type roundDataIndex = roundData.find('/'); in CreateInset() local231 if (roundDataIndex == std::string::npos) { in CreateInset()240 … StringUtils::SplitStr(StringUtils::TrimStr(roundData.substr(0, roundDataIndex)), " ", rounds1); in CreateInset()245 … StringUtils::SplitStr(StringUtils::TrimStr(roundData.substr(roundDataIndex + 1)), " ", rounds2); in CreateInset()