MCPcopy 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
45int mblen(const char* s, size_t n)
46{
47 return mbtowc(0, s, n);
48}
49#endif
50
51//

Callers 4

PeekNextCharMethod · 0.85
mbsdecMethod · 0.85
mbsincMethod · 0.85
util_ConvertMBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected