Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ asUTF8_c_str
Method
asUTF8_c_str
MyGUIEngine/src/MyGUI_UString.cpp:679–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
677
}
678
679
const char* UString::asUTF8_c_str() const
680
{
681
_load_buffer_UTF8();
682
return m_buffer.mStrBuffer->c_str();
683
}
684
685
const UString::utf32string& UString::asUTF32() const
686
{
Callers
8
getSystemFileList
Function · 0.80
setWindowCaption
Method · 0.80
open_stream
Function · 0.80
prepare
Method · 0.80
notifyGeneratePressed
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
prepare
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected