MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / SwapUTF32

Function SwapUTF32

xmpsdk/src/UnicodeConversions.cpp:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void SwapUTF32 ( const UTF32Unit * utf32In, UTF32Unit * utf32Out, const size_t utf32Len ) {
268 for ( size_t i = 0; i < utf32Len; ++i ) utf32Out[i] = UTF32InSwap(utf32In+i);
269}
270
271// =================================================================================================
272

Callers

nothing calls this directly

Calls 1

UTF32InSwapFunction · 0.85

Tested by

no test coverage detected