Home
last modified time | relevance | path

Searched defs:utf8_is_printable (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dutf8.h27 #define utf8_is_printable(str, length) utf8_is_printable_newline(str, length, true) macro
/systemd-251/src/test/
Dtest-utf8.c10 TEST(utf8_is_printable) { in TEST() argument