decodeBytesAsUTF16String 248 shell/ShellCore.cpp String* str = decodeBytesAsUTF16String(bytes, nbytes, true); decodeBytesAsUTF16String 531 shell/ShellCore.cpp String* code_string = decodeBytesAsUTF16String(code.getBuffer(), (uint32_t)code.getSize(), true); decodeBytesAsUTF16String 532 shell/ShellCore.cpp String* filename_string = decodeBytesAsUTF16String((uint8_t*)filename, (uint32_t)VMPI_strlen(filename)); decodeBytesAsUTF16String 195 shell/ShellCore.h String* decodeBytesAsUTF16String(uint8_t* bytes, uint32_t nbytes, bool terminate=false);