Searched refs:endString (Results 1 – 2 of 2) sorted by relevance
340 std::string endString = "</language-gdb>"; variable341 StringUtils::StringRemove(sourceString, startString, endString);355 std::string endString = "</language-gdb>"; variable356 StringUtils::StringRemove(sourceString, startString, endString);370 std::string endString = "</language-zh>"; variable371 StringUtils::StringRemove(sourceString, startString, endString);
116 const std::string &endString) in StringRemove() argument123 std::string::size_type indexEnd = sourceString.find(endString, indexStart); in StringRemove()126 sourceString.substr(indexEnd + endString.length(), sourceString.length()); in StringRemove()