Searched defs:isGraphemeBreak (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp25 bool GraphemeBreak::isGraphemeBreak(const uint16_t* buf, size_t start, size_t count, function in class:android::GraphemeBreak
109 while (!isGraphemeBreak(buf, start, count, offset)) {
119 while (!isGraphemeBreak(buf, start, count, offset)) {
124 if (!isGraphemeBreak(buf, start, count, offset)) {

Completed in 70 milliseconds