MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / decode_wchar_block_impl

Method decode_wchar_block_impl

src/pugiXML/pugixml.cpp:988–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986 }
987
988 static inline typename Traits::value_type decode_wchar_block_impl(const uint16_t* data, size_t size, typename Traits::value_type result)
989 {
990 return decode_utf16_block(data, size, result);
991 }
992
993 static inline typename Traits::value_type decode_wchar_block_impl(const uint32_t* data, size_t size, typename Traits::value_type result)
994 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected