Searched defs:subStr (Results 1 – 1 of 1) sorted by relevance
370 std::string subStr = str.substr(strIndex, pos - strIndex); in SplitString() local377 std::string subStr = str.substr(strIndex, pos - strIndex); in SplitString() local390 std::string subStr = str.substr(str.length() - suffix.length(), str.length()); in EndsWith() local