MCPcopy Create free account
hub / github.com/InoriRus/Kyty / text_cp1251

Function text_cp1251

source/unit_test/src/core/UnitTestCoreString.cpp:888–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886}
887
888void text_cp1251()
889{
890 String s(U"abcdЙцукен123");
891
892 EXPECT_EQ(String::FromCp1251(s.cp1251_str().GetData()), s);
893}
894
895void test_cpp14()
896{

Callers 1

TESTFunction · 0.85

Calls 2

cp1251_strMethod · 0.80
GetDataMethod · 0.45

Tested by

no test coverage detected