Home | History | Annotate | Download | only in common

Lines Matching refs:utf8

752     UConverter *utf8, *cnv;
764 utf8=pToUArgs->converter;
772 c=(UChar32)utf8->toUnicodeStatus;
774 toULength=oldToULength=utf8->toULength;
775 toULimit=(int8_t)utf8->mode;
832 utf8->toUnicodeStatus=0;
833 utf8->toULength=0;
905 utf8->toUBytes[oldToULength++]=*source++;
907 utf8->toUnicodeStatus=c;
908 utf8->toULength=toULength;
909 utf8->mode=toULimit;
931 utf8->toUBytes[oldToULength++]=*source++;
933 utf8->toULength=toULength;
945 *target++=utf8->toUBytes[i];
967 utf8->toUBytes[toULength++]=b;
970 utf8->toUnicodeStatus=c;
971 utf8->toULength=toULength;
972 utf8->mode=toULimit;
976 utf8->toULength=toULength;