Lines Matching defs:bytes
217 uint8_t *bytes;
247 bytes=cnv->toUBytes;
274 bytes[0]=b;
307 * base64 bytes, while nextSourceIndex is precisely parallel to source,
313 bytes[byteIndex++]=b=*source++;
335 bytes[0]=PLUS;
360 /* collect base64 bytes into UChars */
380 bytes[0]=b; /* keep this byte in case an error occurs */
391 bytes[0]=b; /* keep this byte in case an error occurs */
590 * Output 2 or 3 base64 bytes for the remaining bits of the previous character
899 uint8_t *bytes;
931 bytes=cnv->toUBytes;
957 bytes[0]=b;
991 * base64 bytes, while nextSourceIndex is precisely parallel to source,
997 bytes[byteIndex++]=b=*source++;
1005 /* collect base64 bytes into UChars */
1032 bytes[0]=b; /* keep this byte in case an error occurs */
1050 bytes[0]=b; /* keep this byte in case an error occurs */
1101 bytes[0]=AMPERSAND;
1102 bytes[1]=b;
1138 bytes[0]=AMPERSAND;
1285 * Output 2 or 3 base64 bytes for the remaining bits of the previous character