Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ mblen
Function
mblen
src/core/charutil.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
#if IS_ANDROID
45
int mblen(const char* s, size_t n)
46
{
47
return mbtowc(0, s, n);
48
}
49
#endif
50
51
//
Callers
4
PeekNextChar
Method · 0.85
mbsdec
Method · 0.85
mbsinc
Method · 0.85
util_ConvertMB
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected