Home
last modified time | relevance | path

Searched refs:utf8_next_char (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dgunicode.h28 #define utf8_next_char(p) (char *)((p) + utf8_skip_data[*(const unsigned char *)(p)]) macro
Dstring-util.c382 for (i = s; i < s + old_length; i = utf8_next_char(i)) { in ellipsize_mem()
422 j = utf8_next_char(j); in ellipsize_mem()
Dutf8.c607 str = utf8_next_char(str); in utf8_console_width()
/systemd-251/src/shared/
Dformat-table.c1920 p = utf8_next_char(p); in align_string_mem()