Home | History | Annotate | Download | only in common

Lines Matching defs:bytes

213     uint8_t *bytes;
243 bytes=cnv->toUBytes;
270 bytes[0]=b;
303 * base64 bytes, while nextSourceIndex is precisely parallel to source,
309 bytes[byteIndex++]=b=*source++;
317 /* collect base64 bytes into UChars */
337 bytes[0]=b; /* keep this byte in case an error occurs */
348 bytes[0]=b; /* keep this byte in case an error occurs */
393 bytes[0]=PLUS;
394 bytes[1]=b;
573 * Output 2 or 3 base64 bytes for the remaining bits of the previous character
870 uint8_t *bytes;
902 bytes=cnv->toUBytes;
928 bytes[0]=b;
962 * base64 bytes, while nextSourceIndex is precisely parallel to source,
968 bytes[byteIndex++]=b=*source++;
976 /* collect base64 bytes into UChars */
1003 bytes[0]=b; /* keep this byte in case an error occurs */
1021 bytes[0]=b; /* keep this byte in case an error occurs */
1072 bytes[0]=AMPERSAND;
1073 bytes[1]=b;
1109 bytes[0]=AMPERSAND;
1256 * Output 2 or 3 base64 bytes for the remaining bits of the previous character