Searched refs:after_slash (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.cc260 std::vector<std::string> after_slash; local
261 base::SplitString(part.substr(slash_index + 1), ' ', &after_slash);
262 if (after_slash.size() == 0) {
267 if (after_slash.size() == 1) {
271 after_slash.push_back(".");
279 GetAFIndexForAFString(after_slash[0]),
280 after_slash[1].c_str());

Completed in 606 milliseconds