Lines Matching refs:oldToULength
660 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
674 toULength=oldToULength=utf8->toULength; in ucnv_UTF8FromUTF8()
678 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
682 count=(int32_t)(sourceLimit-source)+oldToULength; in ucnv_UTF8FromUTF8()
758 oldToULength=0; in ucnv_UTF8FromUTF8()
775 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
776 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
777 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
790 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
791 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
792 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
805 for(i=0; i<oldToULength; ++i) { in ucnv_UTF8FromUTF8()
808 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()