Home
last modified time | relevance | path

Searched defs:forEachCodepoint (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skunicode/include/
DSkUnicode.h229 void forEachCodepoint(const char* utf8, int32_t utf8Units, Callback&& callback) { in forEachCodepoint() function
244 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() function
/third_party/skia/m133/modules/skunicode/include/
DSkUnicode.h257 void forEachCodepoint(const char* utf8, int32_t utf8Units, Callback&& callback) { in forEachCodepoint() function
272 void forEachCodepoint(const char16_t* utf16, int32_t utf16Units, Callback&& callback) { in forEachCodepoint() function