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

Function is_lower

src/common/string_utils.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool is_lower(wchar_t c) {
104 return IsCharLower(c);
105}

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