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

  /external/chromium_org/base/i18n/
break_iterator.h 94 bool IsEndOfWord(size_t position) const;
break_iterator.cc 99 bool BreakIterator::IsEndOfWord(size_t position) const {
  /external/chromium_org/ui/gfx/
render_text.cc 504 iter.IsEndOfWord(selection_min))
512 if (iter.IsEndOfWord(selection_max) || iter.IsStartOfWord(selection_max))
    [all...]
render_text_linux.cc 210 iter.IsEndOfWord(cursor) : iter.IsStartOfWord(cursor))

Completed in 129 milliseconds