Searched refs:IsGraphemeBoundary (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/i18n/
H A Dbreak_iterator.h111 bool IsGraphemeBoundary(size_t position) const;
H A Dbreak_iterator.cc166 bool BreakIterator::IsGraphemeBoundary(size_t position) const { function in class:base::i18n::BreakIterator
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc548 if (grapheme_iterator->IsGraphemeBoundary(i)) {
830 return !grapheme_iterator_ || grapheme_iterator_->IsGraphemeBoundary(index);

Completed in 117 milliseconds