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

  /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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
sbitmap.h 186 SBITMAP_ELT_TYPE word_ = ptr_[word_num_ - 1]; \
188 if (word_ != 0) \
193 if ((word_ & _mask) != 0) \
195 word_ &= ~ _mask; \
198 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) \

Completed in 215 milliseconds