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

Method TestToLower

util/charset/wide_ut.cpp:920–926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918 }
919
920 void TestToLower() {
921 const size_t n = 32;
922 wchar16 upperCase[n];
923 std::copy(wideCyrillicAlphabet, wideCyrillicAlphabet + n, upperCase);
924 ToLower(upperCase, n);
925 UNIT_ASSERT(TWtringBuf(upperCase, n) == TWtringBuf(wideCyrillicAlphabet + n, n));
926 }
927
928 void TestToUpper() {
929 const size_t n = 32;

Callers

nothing calls this directly

Calls 2

ToLowerFunction · 0.70
copyFunction · 0.50

Tested by

no test coverage detected