Home
last modified time | relevance | path

Searched refs:r_str_utf8_codepoint (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h71 R_API size_t r_str_utf8_codepoint(const char *s, size_t left);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c2191 R_API size_t r_str_utf8_codepoint(const char* s, size_t left) { in r_str_utf8_codepoint() function
2205 size_t codepoint = r_str_utf8_codepoint (s, left); in r_str_char_fullwidth()