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

/freebsd-13-stable/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c69 char ch[4]; /* BASE64_IN, 3 * 6 = 18, most closed to UTF16_BIT */
131 #define BASE64_IN '+' macro
135 #define ISSPECIAL(c) ((c) == '\0' || (c) == BASE64_IN)
178 if (psenc->ch[i] == BASE64_IN)
190 *u16 = (uint16_t)BASE64_IN;
323 if (u16 == BASE64_IN)
329 psenc->ch[psenc->chlen++] = BASE64_IN;

Completed in 99 milliseconds