Home
last modified time | relevance | path

Searched refs:IsStartOfWord (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/i18n/
Dbreak_iterator.h95 bool IsStartOfWord(size_t position) const;
Dbreak_iterator.cc109 bool BreakIterator::IsStartOfWord(size_t position) const { in IsStartOfWord() function in base::i18n::BreakIterator
/external/chromium_org/ui/gfx/
Drender_text.cc544 if (iter.IsStartOfWord(selection_min) || in SelectWord()
553 if (iter.IsEndOfWord(selection_max) || iter.IsStartOfWord(selection_max)) in SelectWord()
Drender_text_pango.cc206 iter.IsEndOfWord(cursor) : iter.IsStartOfWord(cursor)) in AdjacentWordSelectionModel()