MCPcopy Create free account
hub / github.com/comaps/comaps / InitSeparators

Method InitSeparators

libs/i18n/duration.cpp:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 {
92 std::string_view m_unitSep, m_groupingSep;
93 InitSeparators()
94 {
95 auto const loc = GetCurrentLocale();
96 m_unitSep = GetUnitSeparator(loc);
97 m_groupingSep = GetUnitsGroupingSeparator(loc);
98 }
99 };
100 static InitSeparators seps;
101

Callers

nothing calls this directly

Calls 3

GetUnitSeparatorFunction · 0.85
GetCurrentLocaleFunction · 0.50

Tested by

no test coverage detected