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

Function UArray_convertToUCS2

libs/basekit/source/UArray_utf.c:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void UArray_convertToUCS2(UArray *self) {
276 UArray *a = UArray_asUCS2(self);
277 UArray_swapWith_(self, a);
278 UArray_free(a);
279}
280
281void UArray_convertToUCS4(UArray *self) {
282 UArray *a = UArray_asUCS4(self);

Callers 2

Calls 3

UArray_asUCS2Function · 0.85
UArray_swapWith_Function · 0.85
UArray_freeFunction · 0.85

Tested by

no test coverage detected