Home | History | Annotate | Download | only in common

Lines Matching full:utf8

27 #include "unicode/utf8.h"
755 UConverter *utf8;
767 utf8=pToUArgs->converter;
774 c=(UChar32)utf8->toUnicodeStatus;
776 toULength=oldToULength=utf8->toULength;
777 toULimit=(int8_t)utf8->mode;
834 utf8->toUnicodeStatus=0;
835 utf8->toULength=0;
907 utf8->toUBytes[oldToULength++]=*source++;
909 utf8->toUnicodeStatus=c;
910 utf8->toULength=toULength;
911 utf8->mode=toULimit;
933 utf8->toUBytes[oldToULength++]=*source++;
935 utf8->toULength=toULength;
947 *target++=utf8->toUBytes[i];
969 utf8->toUBytes[toULength++]=b;
972 utf8->toUnicodeStatus=c;
973 utf8->toULength=toULength;
974 utf8->mode=toULimit;
978 utf8->toULength=toULength;