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

  /external/chromium_org/base/i18n/
break_iterator.h 111 bool IsGraphemeBoundary(size_t position) const;
break_iterator.cc 166 bool BreakIterator::IsGraphemeBoundary(size_t position) const {
  /external/chromium_org/ui/gfx/
render_text_harfbuzz.cc 548 if (grapheme_iterator->IsGraphemeBoundary(i)) {
830 return !grapheme_iterator_ || grapheme_iterator_->IsGraphemeBoundary(index);
    [all...]

Completed in 75 milliseconds