MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / to_char32

Function to_char32

library/strings.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29char32_t to_char32(const char c)
30{
31 // All the codepoints <=127 are the same as ascii
32 return static_cast<char32_t>(c);
33}
34
35UString to_upper(const UStringView str)
36{

Callers 2

getGlyphMethod · 0.85
loadFontMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected