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

Method _verifyUTF8

MyGUIEngine/src/MyGUI_UString.cpp:1840–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838 }
1839
1840 UString::size_type UString::_verifyUTF8(const unsigned char* c_str)
1841 {
1842 std::string_view tmp(reinterpret_cast<const char*>(c_str));
1843 return _verifyUTF8(tmp);
1844 }
1845
1846 UString::size_type UString::_verifyUTF8(const char* c_str, size_type num)
1847 {

Callers

nothing calls this directly

Calls 1

_verifyUTF8Function · 0.85

Tested by

no test coverage detected