MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / isAboveBMP

Function isAboveBMP

Engine/source/core/strings/unicode.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147inline bool isAboveBMP(U32 codepoint)
148{
149 return ( codepoint > 0xFFFF );
150}
151
152//-----------------------------------------------------------------------------
153U32 convertUTF8toUTF16N(const UTF8 *unistring, UTF16 *outbuffer, U32 len)

Callers 4

oneUTF8toUTF32Function · 0.85
oneUTF16toUTF32Function · 0.85
oneUTF32toUTF16Function · 0.85
oneUTF32toUTF8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected