Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ TEST
Function
TEST
test/unicode-test.cc:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
using testing::Contains;
17
18
TEST(unicode_test, use_utf8) { EXPECT_TRUE(fmt::detail::use_utf8); }
19
20
TEST(unicode_test, legacy_locale) {
21
auto loc = get_locale(
"be_BY.CP1251"
,
"Belarusian_Belarus.1251"
);
Callers
nothing calls this directly
Calls
9
string
Class · 0.85
weekday
Class · 0.85
tm
Class · 0.85
Contains
Function · 0.85
get_locale
Function · 0.70
format
Function · 0.70
print
Function · 0.50
what
Method · 0.45
str
Method · 0.45
Tested by
no test coverage detected