HomeSort by relevance Sort by last modified time
    Searched refs:slash_index (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.cc 25 size_t slash_index = line.size(); local
28 slash_index = i;
37 std::string word = line.substr(0, slash_index);
42 if (slash_index < line.size() - 1)
43 output->push_back(line.substr(slash_index + 1));
aff_reader.cc 243 size_t slash_index = part.find('/'); local
244 if (slash_index != std::string::npos && !has_indexed_affixes()) {
256 std::string before_flags = part.substr(0, slash_index + 1);
261 base::SplitString(part.substr(slash_index + 1), ' ', &after_slash);
  /external/chromium_org/ui/gfx/
text_elider.cc 584 const size_t slash_index = display_url_.find(sort_host_, prefix_end_); local
585 if (slash_index == base::string16::npos) {
589 return display_url_.substr(slash_index + sort_host_.length());
    [all...]

Completed in 42 milliseconds