Home
last modified time | relevance | path

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

/external/skia/modules/skplaintexteditor/src/
Dword_boundaries.cpp29 ICUUText utf8UText(utext_openUTF8(&sUtf8UText, begin, byteCount, &status)); in GetUtf8WordBoundaries() local
41 ubrk_setUText(&*wordBreakIterator, utf8UText.get(), &status); in GetUtf8WordBoundaries()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp583 UText utf8UText = UTEXT_INITIALIZER; in shape() local
584 utext_openUTF8(&utf8UText, utf8, utf8Bytes, &status); in shape()
585 std::unique_ptr<UText, SkFunctionWrapper<UText*, UText, utext_close>> autoClose(&utf8UText); in shape()
590 ubrk_setUText(&breakIterator, &utf8UText, &status); in shape()