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

/haiku/src/libs/iconv/
H A Dutf7.h31 static const unsigned char direct_tab[128/8] = { variable
35 #define isdirect(ch) ((ch) < 128 && ((direct_tab[(ch)>>3] >> (ch & 7)) & 1))

Completed in 25 milliseconds