Lines Matching defs:obyte
227 int obyte = (int)base64encode[indx & 63];
228 putCh(obyte);
231 obyte = (int)base64encode[indx & 63];
232 putCh(obyte);
235 obyte = (int)base64encode[indx & 63];
236 putCh(obyte);
245 int obyte = (int)base64encode[indx & 63];
246 putCh(obyte);
249 obyte = (int)base64encode[indx & 63];
250 putCh(obyte);
307 int obyte = (int)base64encode[indx & 63];
308 putCh(obyte);
311 obyte = (int)base64encode[indx & 63];
312 putCh(obyte);
315 obyte = (int)base64encode[indx & 63];
316 putCh(obyte);
319 obyte = (int)base64encode[indx & 63];
320 putCh(obyte);