MCPcopy Create free account
hub / github.com/coreutils/coreutils / c32isvertspace

Function c32isvertspace

src/system.h:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163ATTRIBUTE_PURE
164static inline int
165c32isvertspace (char32_t wc)
166{
167 return wc == 0x000A || wc == 0x000B || wc == 0x000C || wc == 0x000D
168 || wc == 0x2028 || wc == 0x2029;
169}
170
171
172/* c32isblank() is too variable on non GLIBC platforms.

Callers 1

c32issepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected