Lines Matching refs:substr
61 std::string str1 = a.substr(0, a.find_first_of("0123456789"));
62 std::string str2 = b.substr(0, b.find_first_of("0123456789"));
66 int num1 = std::stoi(a.substr(str1.length()));
67 int num2 = std::stoi(b.substr(str2.length()));
174 std::string tmp = content.substr(index, tEnd - index);
229 std::string topPkg = curTopPkgStr.substr(left + 1, static_cast<int64_t>(right) - static_cast<int64_t>(left) - 1);
247 std::string screen = screenStr.substr(left, right - left);
289 std::string screenSize = screenInfos.substr(pos + len, pos1 - pos - len);
404 str = str.substr(len);
561 (!SPUtils::FileAccess(a->second.substr(0, pos)))) { // determine if the directory exists
683 std::string foreGroundTag = line.substr(line.find("#") + 1);