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

Function as_utf8_begin

Tools/EditorFramework/pugixml.cpp:1641–1645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1639#endif
1640
1641PUGI__FN size_t as_utf8_begin(const wchar_t* str, size_t length)
1642{
1643 // get length in utf8 characters
1644 return utf_decoder<utf8_counter>::decode_wchar_block(str, length, 0);
1645}
1646
1647PUGI__FN void as_utf8_end(char* buffer, size_t size, const wchar_t* str, size_t length)
1648{

Callers 2

string as_utf8_implMethod · 0.70
convert_path_heapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected