Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
void Encoder::Tr(const wchar32* in, char* out, size_t len) const {
6
while (len--)
7
*out++ = Tr(*in++);
8
}
9
10
void Encoder::Tr(const wchar32* in, char* out) const {
11
do {
Callers
6
_recodeFromUTF8
Function · 0.45
_recodeToYandex
Function · 0.45
_recodeFromYandex
Function · 0.45
_recodeUnicodeToSB
Function · 0.45
WideToChar
Function · 0.45
Create
Method · 0.45
Calls
1
Tr
Class · 0.85
Tested by
no test coverage detected