Home
last modified time | relevance | path

Searched refs:makeBreakIterator (Results 1 – 3 of 3) sorted by relevance

/external/skia/modules/skshaper/src/
DSkUnicode_icu.cpp198 ICUBreakIterator makeBreakIterator(SkUnicode::BreakType type) { in makeBreakIterator() function in SkIcuBreakIteratorCache
305 … ICUBreakIterator iterator = SkIcuBreakIteratorCache::get().makeBreakIterator(BreakType::kWords); in extractWords()
346 ICUBreakIterator iterator = SkIcuBreakIteratorCache::get().makeBreakIterator(type); in extractPositions()
419 std::unique_ptr<SkBreakIterator> makeBreakIterator(const char locale[], in makeBreakIterator() function in SkUnicode_icu
DSkUnicode.h124 virtual std::unique_ptr<SkBreakIterator> makeBreakIterator
DSkShaper_harfbuzz.cpp758 auto lineIter = unicode->makeBreakIterator("th", SkUnicode::BreakType::kLines); in MakeHarfBuzz()
762 auto graphIter = unicode->makeBreakIterator("th", SkUnicode::BreakType::kGraphemes); in MakeHarfBuzz()