/external/chromium_org/chrome/browser/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 | 35 // Returns the current term, which is the substr of |word_| in range 57 const base::string16& word_; member in class:app_list::TermBreakIterator
|
/external/chromium/chrome/browser/history/ |
query_parser.cc | 71 : word_(word), literal_(false) {} 76 const string16& word() const { return word_; } 86 string16 word_; member in class:QueryNodeWord 97 match_start + static_cast<int>(word_.size()))); 105 if (exact || !QueryParser::IsWordLongEnoughForPrefixSearch(word_)) 106 return word == word_; 107 return word.size() >= word_.size() && 108 (word_.compare(0, word_.size(), word, 0, word_.size()) == 0) [all...] |
/external/chromium_org/chrome/browser/history/ |
query_parser.cc | 81 const base::string16& word() const { return word_; } 97 base::string16 word_; member in class:QueryNodeWord 104 : word_(word), 110 query->append(word_); 113 if (!literal_ && QueryParser::IsWordLongEnoughForPrefixSearch(word_)) 123 if (exact || !QueryParser::IsWordLongEnoughForPrefixSearch(word_)) 124 return word == word_; 125 return word.size() >= word_.size() && 126 (word_.compare(0, word_.size(), word, 0, word_.size()) == 0) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 182 SBITMAP_ELT_TYPE word_ = ptr_[word_num_ - 1]; \ 184 if (word_ != 0) \ 189 if ((word_ & _mask) != 0) \ 191 word_ &= ~ _mask; \ 194 if (word_ == 0) \
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 182 SBITMAP_ELT_TYPE word_ = ptr_[word_num_ - 1]; \ 184 if (word_ != 0) \ 189 if ((word_ & _mask) != 0) \ 191 word_ &= ~ _mask; \ 194 if (word_ == 0) \
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
sbitmap.h | 182 SBITMAP_ELT_TYPE word_ = ptr_[word_num_ - 1]; \ 184 if (word_ != 0) \ 189 if ((word_ & _mask) != 0) \ 191 word_ &= ~ _mask; \ 194 if (word_ == 0) \
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
sbitmap.h | 182 SBITMAP_ELT_TYPE word_ = ptr_[word_num_ - 1]; \ 184 if (word_ != 0) \ 189 if ((word_ & _mask) != 0) \ 191 word_ &= ~ _mask; \ 194 if (word_ == 0) \
|