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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c56 #define UTF8_WIDTH(c) \ macro
77 return UTF8_WIDTH(c);
85 int width = UTF8_WIDTH(*p);
128 width = UTF8_WIDTH(c);
272 if (p < t || UTF8_WIDTH(*p) == 0)

Completed in 14 milliseconds