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

/freebsd-9.3-release/sys/libkern/
H A Diconv_ucs.c49 #define KICONV_UCS_UCS4 0x80 macro
111 dp->convtype |= KICONV_UCS_UCS4;
113 dp->convtype &= ~KICONV_UCS_UCS4;
217 if (dp->convtype & KICONV_UCS_UCS4) {
257 if (dp->convtype & KICONV_UCS_UCS4 &&
296 if (ucslen == 4 && dp->convtype & KICONV_UCS_UCS4) {
347 if ((dp->convtype & KICONV_UCS_UCS4) == 0 ||

Completed in 100 milliseconds