MCPcopy Create free account
hub / github.com/catboost/catboost / MustBeSurrogate

Function MustBeSurrogate

util/charset/wide_ut.cpp:617–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617inline bool MustBeSurrogate(wchar32 ch) {
618 return ch > 0xFFFF;
619}
620
621void TConversionTest::TestUnicodeCase() {
622 // ToLower, ToUpper, ToTitle functions depend on equal size of both original and changed characters

Callers 1

TestUnicodeCaseMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestUnicodeCaseMethod · 0.68