Home
last modified time | relevance | path

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

/frameworks/minikin/libs/minikin/
DGraphemeBreak.cpp30 int32_t tailoredGraphemeClusterBreak(uint32_t c) { in tailoredGraphemeClusterBreak() function
83 int32_t p1 = tailoredGraphemeClusterBreak(c1); in isGraphemeBreak()
84 int32_t p2 = tailoredGraphemeClusterBreak(c2); in isGraphemeBreak()
135 p0 = tailoredGraphemeClusterBreak(c0); in isGraphemeBreak()
139 p0 = tailoredGraphemeClusterBreak(c0); in isGraphemeBreak()
166 if (tailoredGraphemeClusterBreak(c0) != U_GCB_REGIONAL_INDICATOR) { in isGraphemeBreak()