MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / wchar16len

Function wchar16len

src/core/wchar16.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#endif
45
46int wchar16len(const WCHAR16* s)
47{
48 int i;
49 for (i = 0; *s != 0; ++s, ++i)
50 ;
51
52 return i;
53}
54
55//=============================================================================
56// class wc16_string

Callers 1

wc16_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected