Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
size_t lStr_len(const lChar16 * str)
283
{
284
return _lStr_len(str);
285
}
286
287
size_t lStr_len(const lChar8 * str)
288
{
Callers
2
endsWith
Method · 0.85
lvstream.h
File · 0.85
Calls
1
_lStr_len
Function · 0.85
Tested by
no test coverage detected