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

Method Check

library/cpp/token/charfilter.h:32–34  ·  view source on GitHub ↗

retruns @c true if character is an accent symbol

Source from the content-addressed store, hash-verified

30
31 //! retruns @c true if character is an accent symbol
32 bool Check(wchar16 c) const {
33 return Table[c];
34 }
35
36private:
37 const TAccentTable& Table;

Callers 3

HasCharsMethod · 0.45
TCharFilterClass · 0.45
FindNonAccentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected