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

  /external/chromium_org/base/i18n/
break_iterator.h 107 bool IsStartOfWord(size_t position) const;
break_iterator.cc 155 bool BreakIterator::IsStartOfWord(size_t position) const {
  /external/chromium_org/ui/gfx/
render_text_pango.cc 225 iter.IsEndOfWord(cursor) : iter.IsStartOfWord(cursor))
render_text.cc 614 if (iter.IsStartOfWord(selection_min) ||
623 if (iter.IsEndOfWord(selection_max) || iter.IsStartOfWord(selection_max))
    [all...]
render_text_harfbuzz.cc 754 if (is_forward ? iter.IsEndOfWord(cursor) : iter.IsStartOfWord(cursor))
    [all...]

Completed in 118 milliseconds