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

/frameworks/minikin/include/minikin/
H A DGraphemeBreak.h37 static bool isGraphemeBreak(const uint16_t* buf, size_t start, size_t count, size_t offset);
/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 262 milliseconds