Searched refs:ICUUText (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/modules/skplaintexteditor/src/ |
D | word_boundaries.cpp | 17 using ICUUText = resource<UText , decltype(utext_close) , utext_close >; typedef 29 ICUUText utf8UText(utext_openUTF8(&sUtf8UText, begin, byteCount, &status)); in GetUtf8WordBoundaries()
|
/third_party/skia/modules/skunicode/src/ |
D | SkUnicode_icu.cpp | 95 using ICUUText = std::unique_ptr<UText, SkFunctionWrapper<decltype(utext_close), typedef 130 ICUUText text(sk_utext_openUTF8(nullptr, &utftext8[0], utf8Units, &status)); in setText() 147 ICUUText text(sk_utext_openUChars(nullptr, reinterpret_cast<const UChar*>(&utftext16[0]), in setText() 219 ICUUText utf16UText(sk_utext_openUChars(nullptr, (UChar*)utf16, utf16Units, &status)); in extractWords() 245 ICUUText text(sk_utext_openUTF8(nullptr, &utf8[0], utf8Units, &status)); in extractPositions()
|