Home | History | Annotate | Download | only in common

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
896 uint8_t *bytes;
928 bytes=cnv->toUBytes;
954 bytes[0]=b;
988 * base64 bytes, while nextSourceIndex is precisely parallel to source,
994 bytes[byteIndex++]=b=*source++;
1002 /* collect base64 bytes into UChars */
1029 bytes[0]=b; /* keep this byte in case an error occurs */
1047 bytes[0]=b; /* keep this byte in case an error occurs */
1098 bytes[0]=AMPERSAND;
1099 bytes[1]=b;
1135 bytes[0]=AMPERSAND;
1282 * Output 2 or 3 base64 bytes for the remaining bits of the previous character