Searched refs:underscorePos (Results 1 – 1 of 1) sorted by relevance
1427 std::size_t underscorePos = urlSegment.find('_'); in segmentHasPrefix() local1428 if (underscorePos == std::string::npos) in segmentHasPrefix()1434 std::string prefix = urlSegment.substr(0, underscorePos); in segmentHasPrefix()