Home | History | Annotate | Download | only in common

Lines Matching refs:toUBytes

291          * and the preceding, unmatched lead surrogate was put into toUBytes[]
294 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus;
299 uint8_t *p=cnv->toUBytes;
346 /* unmatched lead surrogate, handle here for consistent toUBytes[] */
355 * we need to put it into a special place because toUBytes[] will be
440 cnv->toUBytes[0]=(uint8_t)(c>>8);
441 cnv->toUBytes[1]=(uint8_t)c;
478 cnv->toUBytes[cnv->toULength++]=*source++;
509 pArgs->converter->toUBytes[0]=*s++;
537 uint8_t *bytes=pArgs->converter->toUBytes;
554 uint8_t *bytes=pArgs->converter->toUBytes;
890 * and the preceding, unmatched lead surrogate was put into toUBytes[]
893 cnv->toUBytes[0]=(uint8_t)cnv->toUnicodeStatus;
898 uint8_t *p=cnv->toUBytes;
945 /* unmatched lead surrogate, handle here for consistent toUBytes[] */
954 * we need to put it into a special place because toUBytes[] will be
1039 cnv->toUBytes[0]=(uint8_t)c;
1040 cnv->toUBytes[1]=(uint8_t)(c>>8);
1077 cnv->toUBytes[cnv->toULength++]=*source++;
1108 pArgs->converter->toUBytes[0]=*s++;
1136 uint8_t *bytes=pArgs->converter->toUBytes;
1153 uint8_t *bytes=pArgs->converter->toUBytes;
1345 cnv->toUBytes[0]=(uint8_t)*source++;
1357 if(cnv->toUBytes[0]==0xfe && b==0xff) {
1363 } else if(cnv->toUBytes[0]==0xff && b==0xfe) {
1399 cnv->toUBytes[1]=b;