Lines Matching refs:oldToULength
758 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
774 toULength=oldToULength=utf8->toULength; in ucnv_UTF8FromUTF8()
777 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
780 count=(int32_t)(sourceLimit-source)+oldToULength; in ucnv_UTF8FromUTF8()
818 b=source[count-oldToULength-i-1]; in ucnv_UTF8FromUTF8()
886 oldToULength=0; in ucnv_UTF8FromUTF8()
903 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
904 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
905 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
929 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()
930 while(oldToULength<toULength) { in ucnv_UTF8FromUTF8()
931 utf8->toUBytes[oldToULength++]=*source++; in ucnv_UTF8FromUTF8()
944 for(i=0; i<oldToULength; ++i) { in ucnv_UTF8FromUTF8()
947 source-=(toULength-oldToULength); in ucnv_UTF8FromUTF8()