MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get_data

Method get_data

modules/gui/gui/src/backend/text_server/ustring.cpp:133–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133const char16_t* Char16String::get_data() const
134{
135 if (size())
136 {
137 return &operator[](0);
138 }
139 else
140 {
141 return u"";
142 }
143}
144
145void Char16String::copy_from(const char16_t* p_cstr)
146{

Callers 12

print_errorFunction · 0.45
operator<Method · 0.45
operator==Method · 0.45
nocasecmp_toMethod · 0.45
casecmp_toMethod · 0.45
naturalnocasecmp_toMethod · 0.45
utf8Method · 0.45
utf16Method · 0.45
findMethod · 0.45
findmkMethod · 0.45
matchMethod · 0.45
matchnMethod · 0.45

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected