Lines Matching refs:toULimit
770 int8_t oldToULength, toULength, toULimit; in ucnv_UTF8FromUTF8() local
786 toULimit=(int8_t)utf8->mode; in ucnv_UTF8FromUTF8()
788 toULength=oldToULength=toULimit=0; in ucnv_UTF8FromUTF8()
792 if(count<toULimit) { in ucnv_UTF8FromUTF8()
797 } else if(targetCapacity<toULimit) { in ucnv_UTF8FromUTF8()
828 while(i<3 && i<(count-toULimit)) { in ucnv_UTF8FromUTF8()
899 toULimit=U8_COUNT_TRAIL_BYTES(b)+1; in ucnv_UTF8FromUTF8()
902 while(toULength<toULimit) { in ucnv_UTF8FromUTF8()
920 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()
927 if( toULength==toULimit && /* consumed all trail bytes */ in ucnv_UTF8FromUTF8()
934 toULength==toULimit && toULength==4 && in ucnv_UTF8FromUTF8()
972 toULimit=U8_COUNT_TRAIL_BYTES(b)+1; in ucnv_UTF8FromUTF8()
973 if(toULimit>(sourceLimit-source)) { in ucnv_UTF8FromUTF8()
983 utf8->mode=toULimit; in ucnv_UTF8FromUTF8()