Home
last modified time | relevance | path

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

/haiku/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))
H A DChangeLog4042 * src/utf7.h (direct_tab, xdirect_tab): Treat tab like space.