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

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

Completed in 663 milliseconds