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

Function w

libs/base/normalize_unicode.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 0x2276, 0x2211};
185
186static void w(UniString & r, uint16_t startIndex, int count)
187{
188 for (int i = 0; i < count; ++i)
189 r.push_back(normSymbols[startIndex + i]);
190}
191
192void NormalizeInplace(UniString & s)
193{

Callers 1

NormalizeInplaceFunction · 0.70

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected