Home | History | Annotate | Download | only in common

Lines Matching refs:MINUS

90 #define MINUS 45
301 * A terminating minus sign is consumed.
315 * base64Value==-1 for any legal character except base64 and minus sign, or
329 /* illegal: + immediately followed by something other than base64 or minus sign */
408 /* minus sign terminates the base64 sequence */
411 /* +- i.e. a minus immediately following a plus */
417 /* absorb the minus and leave the Unicode Mode */
516 *target++=MINUS;
527 cnv->charErrorBuffer[0]=MINUS;
570 /* need to terminate with a minus */
572 *target++=MINUS;
577 cnv->charErrorBuffer[0]=MINUS;
705 /* Add final MINUS to terminate unicodeMode */
707 *target++=MINUS;
712 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;
984 * A terminating minus sign is consumed.
1074 /* minus sign terminates the base64 sequence */
1077 /* &- i.e. a minus immediately following an ampersand */
1083 /* absorb the minus and leave the Unicode Mode */
1095 /* illegal: & immediately followed by something other than base64 or minus sign */
1213 *target++=MINUS;
1224 cnv->charErrorBuffer[0]=MINUS;
1266 /* need to terminate with a minus */
1268 *target++=MINUS;
1273 cnv->charErrorBuffer[0]=MINUS;
1415 /* need to terminate with a minus */
1417 *target++=MINUS;
1422 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;