Searched refs:after_slash (Results 1 – 1 of 1) sorted by relevance
260 std::vector<std::string> after_slash; in AddAffix() local261 base::SplitString(part.substr(slash_index + 1), ' ', &after_slash); in AddAffix()262 if (after_slash.size() == 0) { in AddAffix()267 if (after_slash.size() == 1) { in AddAffix()271 after_slash.push_back("."); in AddAffix()279 GetAFIndexForAFString(after_slash[0]), in AddAffix()280 after_slash[1].c_str()); in AddAffix()