Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
H A DSkShaper_primitive.cpp55 static inline bool is_breaking_whitespace(SkUnichar c) { in is_breaking_whitespace() function
103 bool currWS = is_breaking_whitespace(uni); in linebreak()
132 while (next < stop && is_breaking_whitespace(SkUTF::NextUTF8(&next, stop))) { in linebreak()

Completed in 1 milliseconds