Home
last modified time | relevance | path

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

/external/chromium_org/base/i18n/
Dbreak_iterator.h107 bool IsStartOfWord(size_t position) const;
Dbreak_iterator.cc155 bool BreakIterator::IsStartOfWord(size_t position) const { in IsStartOfWord() function in base::i18n::BreakIterator
/external/chromium_org/ui/gfx/
Drender_text_pango.cc225 iter.IsEndOfWord(cursor) : iter.IsStartOfWord(cursor)) in AdjacentWordSelectionModel()
Drender_text.cc614 if (iter.IsStartOfWord(selection_min) || in SelectWord()
623 if (iter.IsEndOfWord(selection_max) || iter.IsStartOfWord(selection_max)) in SelectWord()
Drender_text_harfbuzz.cc754 if (is_forward ? iter.IsEndOfWord(cursor) : iter.IsStartOfWord(cursor)) in AdjacentWordSelectionModel()