Lines Matching refs:toULimit
758 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
775 toULimit=(int8_t)utf8->mode; in ucnv_UTF8FromUTF8()
777 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
781 if(count<toULimit) { in ucnv_UTF8FromUTF8()
786 } else if(targetCapacity<toULimit) { in ucnv_UTF8FromUTF8()
817 while(i<3 && i<(count-toULimit)) { in ucnv_UTF8FromUTF8()
888 toULimit=utf8_countTrailBytes[b]+1; in ucnv_UTF8FromUTF8()
891 while(toULength<toULimit) { in ucnv_UTF8FromUTF8()
909 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()
916 if( toULength==toULimit && /* consumed all trail bytes */ in ucnv_UTF8FromUTF8()
923 toULength==toULimit && toULength==4 && in ucnv_UTF8FromUTF8()
961 toULimit=utf8_countTrailBytes[b]+1; in ucnv_UTF8FromUTF8()
962 if(toULimit>(sourceLimit-source)) { in ucnv_UTF8FromUTF8()
972 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()