Home
last modified time | relevance | path

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

/external/skia/modules/skunicode/include/
DSkUnicode.h239 void forEachCodepoint(const char* utf8, int32_t utf8Units, Callback&& callback) { in forEachCodepoint() function
254 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() function
/external/skia/modules/skunicode/src/
DSkUnicode_icu.cpp627 this->forEachCodepoint((char16_t*)&utf16[0], utf16Units, in computeCodeUnitFlags()
/external/skia/modules/skparagraph/src/
DParagraphImpl.cpp129 fUnicode->forEachCodepoint( in addUnresolvedCodepoints()
1534 this->getUnicode()->forEachCodepoint(iter.text(), iter.textSize(), in containsEmoji()