Searched refs:utf8_next_char (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dgunicode.h28 #define utf8_next_char(p) (char *)((p) + utf8_skip_data[*(const unsigned char *)(p)]) macro
H A Dstring-util.c470 for (i = s; k < x && i < s + old_length; i = utf8_next_char(i)) {
498 j = utf8_next_char(j);

Completed in 11 milliseconds