Home
last modified time | relevance | path

Searched refs:r_str_utf16_encode (Results 1 – 5 of 5) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h197 R_API char *r_str_utf16_encode(const char *s, int len);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dformat.c458 char *encstr = r_str_utf16_encode ((const char *)buffer, -1); in r_print_format_string()
464 char *encstr = r_str_utf16_encode ((const char *)buffer, -1); in r_print_format_string()
H A Dstr.c2937 R_API char *r_str_utf16_encode(const char *s, int len) { in r_str_utf16_encode() function
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_print.c4424 …char *str = r_str_utf16_encode (block, len); // XXX just block + len should be fine, pj takes care… in print_json_string()
5826 char *str = r_str_utf16_encode ((const char *) core->block, len); in cmd_print()
H A Dcmd_search.c533 wrd = r_str_utf16_encode (buf + prectx, len); in _cb_hit()