MCPcopy Create free account
hub / github.com/buggins/coolreader / lStr_len

Function lStr_len

crengine/src/lvstring.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282size_t lStr_len(const lChar16 * str)
283{
284 return _lStr_len(str);
285}
286
287size_t lStr_len(const lChar8 * str)
288{

Callers 2

endsWithMethod · 0.85
lvstream.hFile · 0.85

Calls 1

_lStr_lenFunction · 0.85

Tested by

no test coverage detected