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_utf32_decode (const ut8 *ptr, int ptrlen, RzRune *ch, bool bigendian) |
RZ_API int | rz_utf32le_decode (const ut8 *ptr, int ptrlen, RzRune *ch) |
RZ_API int | rz_utf32be_decode (const ut8 *ptr, int ptrlen, RzRune *ch) |
Definition at line 8 of file utf32.c.
References i.
Referenced by rz_str_escape_utf(), rz_utf32be_decode(), and rz_utf32le_decode().
Definition at line 44 of file utf32.c.
References rz_utf32_decode().
Referenced by process_one_string(), and rz_str_stringify_raw_buffer().
Definition at line 39 of file utf32.c.
References rz_utf32_decode().
Referenced by ds_esc_str(), process_one_string(), and rz_str_stringify_raw_buffer().