Home
last modified time | relevance | path

Searched refs:isBreakable (Results 1 – 2 of 2) sorted by relevance

/system/teeui/libteeui/src/
Dfont_rendering.cpp22 bool isBreakable(unsigned long codePoint) { in isBreakable() function
142 if (isBreakable((*rangeBegin).codePoint())) { in findLongestWordSequence()
154 if (isBreakable(codePoint)) { in findLongestWordSequence()
/system/teeui/libteeui/include/teeui/
Dfont_rendering.h79 bool isBreakable(unsigned long codePoint);
110 bool prevBreaking = isBreakable(begin_.codePoint());
115 bool current = isBreakable(cp);