Home
last modified time | relevance | path

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

/external/skia/modules/skplaintexteditor/src/
Dword_boundaries.cpp17 using ICUUText = resource<UText , decltype(utext_close) , utext_close >; typedef
29 ICUUText utf8UText(utext_openUTF8(&sUtf8UText, begin, byteCount, &status)); in GetUtf8WordBoundaries()
/external/skia/modules/skshaper/src/
DSkUnicode_icu.cpp44 using ICUUText = std::unique_ptr<UText, SkFunctionWrapper<decltype(utext_close), utext_close>>; typedef
171 ICUUText text(utext_openUTF8(nullptr, &utftext8[0], utf8Units, &status)); in setText()
312 ICUUText utf16UText(utext_openUChars(nullptr, (UChar*)utf16, utf16Units, &status)); in extractWords()
338 ICUUText text(utext_openUTF8(nullptr, &utf8[0], utf8Units, &status)); in extractPositions()