Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
inline int to_upper(int c) {
31
return c -
'a'
+
'A'
;
32
}
33
34
inline bool is_ws(int c) {
35
return c >= 1 && c <= 32;
Callers
1
FromSVGString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected