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

/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp69 bool GraphemeBreak::isGraphemeBreak(const uint16_t* buf, size_t start, size_t count, function in class:android::GraphemeBreak
189 while (!isGraphemeBreak(buf, start, count, offset)) {
199 while (!isGraphemeBreak(buf, start, count, offset)) {
204 if (!isGraphemeBreak(buf, start, count, offset)) {

Completed in 950 milliseconds