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

Method Tr

library/cpp/charset/cp_encrec.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <util/stream/output.h>
4
5void Encoder::Tr(const wchar32* in, char* out, size_t len) const {
6 while (len--)
7 *out++ = Tr(*in++);
8}
9
10void Encoder::Tr(const wchar32* in, char* out) const {
11 do {

Callers 6

_recodeFromUTF8Function · 0.45
_recodeToYandexFunction · 0.45
_recodeFromYandexFunction · 0.45
_recodeUnicodeToSBFunction · 0.45
WideToCharFunction · 0.45
CreateMethod · 0.45

Calls 1

TrClass · 0.85

Tested by

no test coverage detected