Lines Matching refs:utf8
764 UConverter *utf8; in ucnv_UTF8FromUTF8() local
776 utf8=pToUArgs->converter; in ucnv_UTF8FromUTF8()
783 c=(UChar32)utf8->toUnicodeStatus; in ucnv_UTF8FromUTF8()
785 toULength=oldToULength=utf8->toULength; in ucnv_UTF8FromUTF8()
786 toULimit=(int8_t)utf8->mode; in ucnv_UTF8FromUTF8()
843 utf8->toUnicodeStatus=0; in ucnv_UTF8FromUTF8()
844 utf8->toULength=0; in ucnv_UTF8FromUTF8()
916 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
918 utf8->toUnicodeStatus=c; in ucnv_UTF8FromUTF8()
919 utf8->toULength=toULength; in ucnv_UTF8FromUTF8()
920 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()
942 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
944 utf8->toULength=toULength; in ucnv_UTF8FromUTF8()
956 *target++=utf8->toUBytes[i]; in ucnv_UTF8FromUTF8()
978 utf8->toUBytes[toULength++]=b; in ucnv_UTF8FromUTF8()
981 utf8->toUnicodeStatus=c; in ucnv_UTF8FromUTF8()
982 utf8->toULength=toULength; in ucnv_UTF8FromUTF8()
983 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()
987 utf8->toULength=toULength; in ucnv_UTF8FromUTF8()