Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ insert
Method
insert
core/base/UTF8.cpp:600–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
598
}
599
600
bool StringUTF8::insert(std::size_t pos, std::string_view insertStr)
601
{
602
StringUTF8 utf8(insertStr);
603
604
return insert(pos, utf8);
605
}
606
607
bool StringUTF8::insert(std::size_t pos, const StringUTF8& insertStr)
608
{
Callers
15
initWithDictionary
Method · 0.45
getTileAt
Method · 0.45
insertText
Method · 0.45
makeStringSupportCursor
Method · 0.45
rdp
Method · 0.45
insertFrame
Method · 0.45
FNTConfigLoadFile
Function · 0.45
parseConfigFile
Method · 0.45
parseBinaryConfigFile
Method · 0.45
reloadBMFontResource
Method · 0.45
addChildHelper
Method · 0.45
reorderChild
Method · 0.45
Calls
4
insert
Function · 0.50
size
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
5
unzipTest
Function · 0.36
onTouchesBegan
Method · 0.36
onTouchBegan
Method · 0.36
onTouchesBegan
Method · 0.36
onTouchesMoved
Method · 0.36