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

Function Collapse

util/charset/wide.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33} // namespace
34
35void Collapse(TUtf16String& w) {
36 CollapseImpl(w, w, 0, IsWhitespace);
37}
38
39size_t Collapse(wchar16* s, size_t n) {
40 return CollapseImpl(s, n, IsWhitespace);

Callers 2

TestCollapseMethod · 0.70
TestCollapseBufferMethod · 0.70

Calls 1

CollapseImplFunction · 0.85

Tested by 2

TestCollapseMethod · 0.56
TestCollapseBufferMethod · 0.56