Rizin
unix-like reverse engineering framework and cli tools
|
#include "rz_utf8.h"
Go to the source code of this file.
Functions | |
RZ_API int | rz_utf16_decode (const ut8 *ptr, int ptrlen, RzRune *ch, bool bigendian) |
RZ_API int | rz_utf16le_decode (const ut8 *ptr, int ptrlen, RzRune *ch) |
RZ_API int | rz_utf16be_decode (const ut8 *ptr, int ptrlen, RzRune *ch) |
RZ_API int | rz_utf16le_encode (ut8 *ptr, RzRune ch) |
Definition at line 8 of file utf16.c.
Referenced by rz_str_escape_utf(), rz_utf16be_decode(), and rz_utf16le_decode().
Definition at line 41 of file utf16.c.
References rz_utf16_decode().
Referenced by process_one_string(), and rz_str_stringify_raw_buffer().
Definition at line 36 of file utf16.c.
References rz_utf16_decode().
Referenced by process_one_string(), and rz_str_stringify_raw_buffer().