MCPcopy 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

getSystemFileListFunction · 0.80
setWindowCaptionMethod · 0.80
open_streamFunction · 0.80
prepareMethod · 0.80
notifyGeneratePressedMethod · 0.80
prepareMethod · 0.80
prepareMethod · 0.80
prepareMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected