Searched refs:IsWord (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/base/i18n/
H A Dbreak_iterator_unittest.cc20 EXPECT_FALSE(iter.IsWord());
22 EXPECT_FALSE(iter.IsWord());
31 EXPECT_FALSE(iter.IsWord());
34 EXPECT_TRUE(iter.IsWord());
37 EXPECT_FALSE(iter.IsWord());
40 EXPECT_TRUE(iter.IsWord());
43 EXPECT_FALSE(iter.IsWord());
46 EXPECT_FALSE(iter.IsWord());
49 EXPECT_FALSE(iter.IsWord());
52 EXPECT_TRUE(iter.IsWord());
[all...]
H A Dbreak_iterator.h44 // through the string and test whether IsWord() is true. E.g.,
49 // if (iter.IsWord()) {
101 bool IsWord() const;
H A Dbreak_iterator.cc138 bool BreakIterator::IsWord() const { function in class:base::i18n::BreakIterator
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string.cc32 if (!break_iter.IsWord())
/external/chromium_org/chrome/browser/spellchecker/
H A Dword_trimmer.cc27 if (iter.IsWord()) {
/external/chromium_org/components/query_parser/
H A Dquery_parser.h41 virtual bool IsWord() const = 0;
H A Dquery_parser.cc78 virtual bool IsWord() const OVERRIDE;
109 bool QueryNodeWord::IsWord() const { function in class:query_parser::QueryNodeWord
162 virtual bool IsWord() const OVERRIDE;
191 if (children_[i]->IsWord())
208 bool QueryNodeList::IsWord() const { function in class:query_parser::QueryNodeList
416 if (iter.IsWord()) {
451 if (iter.IsWord()) {
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_types.cc118 if (break_on_space || iter.IsWord()) {
H A Durl_index_private_data.cc1290 while (iter.Advance() && !iter.IsWord()) {}
1291 if (iter.IsWord())
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_term_feature_extractor.cc152 if (state_->iterator->IsWord()) {
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.cc383 if (iterator_->IsWord()) {
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider.cc268 if (word_iter.IsWord())
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc718 if (iter.IsWord() && pos > selection.caret_pos())
728 if (iter.IsWord()) {
H A Drender_text_win.cc652 if (iter.IsWord() && pos > selection.caret_pos())
662 if (iter.IsWord()) {
/external/chromium_org/components/omnibox/
H A Dsearch_provider.cc77 if (i.IsWord()) {

Completed in 2095 milliseconds