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

/systemd/src/basic/
H A Dgunicode.h15 extern const char utf8_skip_data[256];
28 #define utf8_next_char(p) (char *)((p) + utf8_skip_data[*(const unsigned char *)(p)])
H A Dgunicode.c103 const char utf8_skip_data[256] = { variable

Completed in 1115 milliseconds