Home
last modified time | relevance | path

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

/third_party/skia/modules/skunicode/include/
DSkUnicode.h178 void forEachCodepoint(const char* utf8, int32_t utf8Units, Callback&& callback) { in forEachCodepoint() function
193 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() function
/third_party/skia/experimental/sktext/src/
DText.cpp37 this->fUnicode->forEachCodepoint((char16_t*)utf16.data(), utf16.size(), in initialize()
236 unicodeText->getUnicode()->forEachCodepoint(text8.c_str(), text8.size(), in shape()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp269 fUnicode->forEachCodepoint(fText.c_str(), fText.size(), in computeCodeUnitProperties()