Home
last modified time | relevance | path

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

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