Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp47 static inline bool is_breaking_whitespace(SkUnichar c) { in is_breaking_whitespace() function
91 bool currWS = is_breaking_whitespace(uni); in linebreak()
102 while (next < stop && is_breaking_whitespace(SkUTF::NextUTF8(&next, stop))) { in linebreak()