Searched refs:lastStr (Results 1 – 3 of 3) sorted by relevance
246 std::string lastStr = number.substr(searchStart); in FindNumbers() local247 AddPhoneNumber(lastStr, searchStart + start, matchList, country); in FindNumbers()
185 auto lastStr = path.substr(index + 1); in ParsePathWithExtrPara() local193 if (lastStr.find('.') != std::string::npos) { in ParsePathWithExtrPara()
649 std::string lastStr = dataPath.substr(underlinePos, commaPos - underlinePos); in GetThumbUri() local651 startUri += lastStr; in GetThumbUri()652 startUri += lastStr; in GetThumbUri()