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

/freebsd-9.3-release/lib/libiconv_modules/DECHanyu/
H A Dcitrus_dechanyu.c128 is_leadbyte(int c) function
195 if (!is_leadbyte(ch))
201 if (!is_leadbyte(ch))
231 if (!is_leadbyte(ch))
240 if (!is_leadbyte(ch))
246 if (!is_leadbyte(ch))
297 if (!is_leadbyte(ch))
337 if (!is_leadbyte((wc >> 8) & 0xFF) ||

Completed in 89 milliseconds