Home
last modified time | relevance | path

Searched refs:ICUBrk (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skplaintexteditor/src/
Dword_boundaries.cpp16 using ICUBrk = resource<UBreakIterator, decltype(ubrk_close) , ubrk_close >; typedef
35 ICUBrk wordBreakIterator(ubrk_open(UBRK_WORD, locale, nullptr, 0, &status)); in GetUtf8WordBoundaries()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp64 using ICUBrk = resource<UBreakIterator, ubrk_close >; typedef
622 ShaperHarfBuzz(HBBuffer, ICUBrk line, ICUBrk grapheme, sk_sp<SkFontMgr>);
625 ICUBrk fLineBreakIterator;
626 ICUBrk fGraphemeBreakIterator;
719 ICUBrk lineBreakIterator(ubrk_open(UBRK_LINE, "th", nullptr, 0, &status)); in MakeHarfBuzz()
725 ICUBrk graphemeBreakIterator(ubrk_open(UBRK_CHARACTER, "th", nullptr, 0, &status)); in MakeHarfBuzz()
744 ShaperHarfBuzz::ShaperHarfBuzz(HBBuffer buffer, ICUBrk line, ICUBrk grapheme, in ShaperHarfBuzz()