MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / is_upper

Function is_upper

src/common/string_utils.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool is_upper(wchar_t c) {
100 return IsCharUpper(c);
101}
102
103bool is_lower(wchar_t c) {
104 return IsCharLower(c);

Callers 3

get_all_tokensMethod · 0.85
prev_token_beginMethod · 0.85
next_token_endMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected