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

/haiku-fatelf/src/libs/iconv/
H A Dutf7.h41 static const unsigned char xdirect_tab[128/8] = { variable
45 #define isxdirect(ch) ((ch) < 128 && ((xdirect_tab[(ch)>>3] >> (ch & 7)) & 1))

Completed in 30 milliseconds