MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / IsLeadSurrogateUTF16

Function IsLeadSurrogateUTF16

nsisplugin/Exec.c:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static BOOL IsLeadSurrogateUTF16(unsigned short c) { return c >= 0xd800 && c <= 0xdbff; }
64static BOOL IsTrailSurrogateUTF16(unsigned short c) { return c >= 0xdc00 && c <= 0xdfff; }
65
66static PWSTR MyCharNext(PCWSTR p)

Callers 2

MyCharNextFunction · 0.85
TruncateStringUTF16LEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected