Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getCharacterCountInUTF8String
Function
getCharacterCountInUTF8String
core/base/UTF8.cpp:403–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
}
402
403
size_t getCharacterCountInUTF8String(std::string_view utf8)
404
{
405
return countUTF8Chars(utf8);
406
}
407
408
size_t countUTF8Chars(std::string_view utf8)
409
{
Callers
nothing calls this directly
Calls
1
countUTF8Chars
Function · 0.85
Tested by
no test coverage detected