MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / utf16_is_start

Function utf16_is_start

StereoKitC/libraries/unicode.cpp:418–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416///////////////////////////////////////////
417
418bool utf16_is_start(char16_t ch) {
419 return !(ch >= 0xdc00 && ch <= 0xdfff);
420}

Callers 1

utf_is_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected