Lines Matching defs:bytes
214 uint8_t *bytes;
244 bytes=cnv->toUBytes;
271 bytes[0]=b;
304 * base64 bytes, while nextSourceIndex is precisely parallel to source,
310 bytes[byteIndex++]=b=*source++;
332 bytes[0]=PLUS;
357 /* collect base64 bytes into UChars */
377 bytes[0]=b; /* keep this byte in case an error occurs */
388 bytes[0]=b; /* keep this byte in case an error occurs */
587 * Output 2 or 3 base64 bytes for the remaining bits of the previous character
893 uint8_t *bytes;
925 bytes=cnv->toUBytes;
951 bytes[0]=b;
985 * base64 bytes, while nextSourceIndex is precisely parallel to source,
991 bytes[byteIndex++]=b=*source++;
999 /* collect base64 bytes into UChars */
1026 bytes[0]=b; /* keep this byte in case an error occurs */
1044 bytes[0]=b; /* keep this byte in case an error occurs */
1095 bytes[0]=AMPERSAND;
1096 bytes[1]=b;
1132 bytes[0]=AMPERSAND;
1279 * Output 2 or 3 base64 bytes for the remaining bits of the previous character