OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:after_slash
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/tools/convert_dict/
aff_reader.cc
260
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 32 milliseconds