Home | History | Annotate | Download | only in binary

Lines Matching defs:PAD

91      * Byte used to pad output.
93 static final byte PAD = (byte) '=';
135 if (octect == PAD) {
330 encodedData[encodedIndex + 2] = PAD;
331 encodedData[encodedIndex + 3] = PAD;
348 encodedData[encodedIndex + 3] = PAD;
393 while (base64Data[lastData - 1] == PAD) {
409 if (marker0 != PAD && marker1 != PAD) {
410 //No PAD e.g 3cQl
418 } else if (marker0 == PAD) {
419 //Two PAD e.g. 3c[Pad][Pad]
421 } else if (marker1 == PAD) {
422 //One PAD e.g. 3cQ[Pad]