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

Method CountLangs

libs/i18n/string_utf8_multilang.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130size_t StringUtf8Multilang::CountLangs() const
131{
132 size_t count = 0;
133 for (size_t i = 0; i < m_s.size(); i = GetNextIndex(i))
134 ++count;
135
136 return count;
137}
138
139std::string DebugPrint(StringUtf8Multilang const & s)
140{

Callers 5

operator()Method · 0.80
IsWorsePlaceFunction · 0.80
InsertPostcodesFunction · 0.80
FromBufferMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64