Lines Matching refs:utf8
29 #include "unicode/utf8.h"
770 UConverter *utf8;
782 utf8=pToUArgs->converter;
789 c=(UChar32)utf8->toUnicodeStatus;
791 toULength=oldToULength=utf8->toULength;
792 toULimit=(int8_t)utf8->mode;
849 utf8->toUnicodeStatus=0;
850 utf8->toULength=0;
922 utf8->toUBytes[oldToULength++]=*source++;
924 utf8->toUnicodeStatus=c;
925 utf8->toULength=toULength;
926 utf8->mode=toULimit;
948 utf8->toUBytes[oldToULength++]=*source++;
950 utf8->toULength=toULength;
962 *target++=utf8->toUBytes[i];
984 utf8->toUBytes[toULength++]=b;
987 utf8->toUnicodeStatus=c;
988 utf8->toULength=toULength;
989 utf8->mode=toULimit;
993 utf8->toULength=toULength;