Home | History | Annotate | Download | only in common

Lines Matching full:illegal

63  * US-ASCII characters are not used in UTF-7 and are therefore illegal:
145 /* C0 controls, -1 for legal ones (CR LF TAB), -3 for illegal ones */
270 /* illegal */
312 base64Value = -3; /* initialize as illegal */
316 * base64Value==-3 for illegal characters:
320 * the current (possibly illegal) character next time through.
325 * 2.2.2. Else if the current char is illegal, we might as well deal with it here.
329 /* illegal: + immediately followed by something other than base64 or minus sign */
338 /* don't include current char (legal or illegal) in error seq */
346 /* current character is illegal, deal with it here */
849 * US-ASCII characters are not used in UTF-7 and are therefore illegal:
953 /* illegal */
997 /* illegal - test other illegal US-ASCII values by base64Value==-3 */
1019 /* illegal */
1037 /* illegal */
1055 /* illegal */
1086 /* base64Counter other than 0, 3, 6 means non-minimal zero-padding, also illegal */
1095 /* illegal: & immediately followed by something other than base64 or minus sign */
1102 /* base64Value==-1 for characters that are illegal only in Unicode mode */
1103 /* base64Value==-3 for illegal characters */
1104 /* illegal */