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

/haiku/src/libs/iconv/
H A Dutf7.h45 #define isxdirect(ch) ((ch) < 128 && ((xdirect_tab[(ch)>>3] >> (ch & 7)) & 1)) macro
85 if (isxdirect(c)) {
216 if (UTF7_ENCODE_OPTIONAL_CHARS ? isdirect(wc) : isxdirect(wc)) {
238 if (UTF7_ENCODE_OPTIONAL_CHARS ? isdirect(wc) : isxdirect(wc)) {

Completed in 79 milliseconds