Home | History | Annotate | Download | only in common

Lines Matching refs:MINUS

89 #define MINUS 45
300 * A terminating minus sign is consumed.
368 /* minus sign terminates the base64 sequence */
371 /* +- i.e. a minus immediately following a plus */
377 /* absorb the minus and leave the Unicode Mode */
386 } else if(base64Value==-1) /* for any legal character except base64 and minus sign */ {
390 /* illegal: + immediately followed by something other than base64 or minus sign */
502 *target++=MINUS;
513 cnv->charErrorBuffer[0]=MINUS;
556 /* need to terminate with a minus */
558 *target++=MINUS;
563 cnv->charErrorBuffer[0]=MINUS;
958 * A terminating minus sign is consumed.
1048 /* minus sign terminates the base64 sequence */
1051 /* &- i.e. a minus immediately following an ampersand */
1057 /* absorb the minus and leave the Unicode Mode */
1069 /* illegal: & immediately followed by something other than base64 or minus sign */
1187 *target++=MINUS;
1198 cnv->charErrorBuffer[0]=MINUS;
1240 /* need to terminate with a minus */
1242 *target++=MINUS;
1247 cnv->charErrorBuffer[0]=MINUS;
1389 /* need to terminate with a minus */
1391 *target++=MINUS;
1396 cnv->charErrorBuffer[cnv->charErrorBufferLength++]=MINUS;