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

  /external/chromium_org/ui/app_list/search/
term_break_iterator.cc 15 : word_(word),
38 const State new_state = GetNewState(word_[iter_->array_pos()]);
53 return word_.substr(prev_, pos_ - prev_);
term_break_iterator.h 36 // Returns the current term, which is the substr of |word_| in range
58 const base::string16& word_; member in class:app_list::TermBreakIterator
  /external/chromium_org/components/query_parser/
query_parser.cc 72 const base::string16& word() const { return word_; }
88 base::string16 word_; member in class:query_parser::QueryNodeWord
95 : word_(word),
101 query->append(word_);
104 if (!literal_ && QueryParser::IsWordLongEnoughForPrefixSearch(word_))
114 if (exact || !QueryParser::IsWordLongEnoughForPrefixSearch(word_))
115 return word == word_;
116 return word.size() >= word_.size() &&
117 (word_.compare(0, word_.size(), word, 0, word_.size()) == 0)
    [all...]
  /external/chromium_org/v8/src/compiler/
machine-operator.h 148 MachineType word() const { return word_; }
180 const MachineType word_; member in class:v8::internal::compiler::FINAL
machine-operator.cc 194 : impl_(kImpl.Get()), word_(word) {

Completed in 4539 milliseconds