MCPcopy Create free account
hub / github.com/MyGUI/mygui / _getBufferUTF32Str

Method _getBufferUTF32Str

MyGUIEngine/src/MyGUI_UString.cpp:1992–2001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1990 }
1991
1992 void UString::_getBufferUTF32Str() const
1993 {
1994 if (m_bufferType != bt_utf32string)
1995 {
1996 _cleanBuffer();
1997 m_buffer.mUTF32StrBuffer = new utf32string();
1998 m_bufferType = bt_utf32string;
1999 }
2000 m_buffer.mUTF32StrBuffer->clear();
2001 }
2002
2003 void UString::_load_buffer_UTF8() const
2004 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected