MCPcopy Create free account
hub / github.com/cegui/cegui / convertUtf8ToUtf32

Function convertUtf8ToUtf32

cegui/include/CEGUI/String.h:176–182  ·  view source on GitHub ↗

\brief Converts an UTF-8 encoded or ASCII char array to an UTF-32 encoded string (std::u32string). The array has to be null-terminated. \param utf8String An UTF-8 encoded or ASCII char array, which is null-terminated. \return Returns an UTF-32 string (std::u32string) converted from the ASCII or UTF-8 encoded string or char array. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

insertStringMethod · 0.85
renderTextMethod · 0.85
applyBidiMethod · 0.85
StringFunction · 0.85
String.hFile · 0.85
insertFunction · 0.85
push_backFunction · 0.85
compareFunction · 0.85
resizeFunction · 0.85

Calls 2

lengthFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected