MCPcopy Create free account
hub / github.com/Tencent/tgfx / to_upper

Function to_upper

src/svg/SVGPathParser.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30inline int to_upper(int c) {
31 return c - 'a' + 'A';
32}
33
34inline bool is_ws(int c) {
35 return c >= 1 && c <= 32;

Callers 1

FromSVGStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected