Searched refs:is_breaking_whitespace (Results 1 – 1 of 1) sorted by relevance
47 static inline bool is_breaking_whitespace(SkUnichar c) { in is_breaking_whitespace() function91 bool currWS = is_breaking_whitespace(uni); in linebreak()102 while (next < stop && is_breaking_whitespace(SkUTF::NextUTF8(&next, stop))) { in linebreak()