MCPcopy Create free account
hub / github.com/IoLanguage/io / UArray_convertToUTF8

Function UArray_convertToUTF8

libs/basekit/source/UArray_utf.c:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void UArray_convertToUTF8(UArray *self) {
270 UArray *a = UArray_asUTF8(self);
271 UArray_swapWith_(self, a);
272 UArray_free(a);
273}
274
275void UArray_convertToUCS2(UArray *self) {
276 UArray *a = UArray_asUCS2(self);

Callers 2

Calls 3

UArray_asUTF8Function · 0.85
UArray_swapWith_Function · 0.85
UArray_freeFunction · 0.85

Tested by

no test coverage detected