Lines Matching refs:toULimit
770 int8_t oldToULength, toULength, toULimit;
786 toULimit=(int8_t)utf8->mode;
788 toULength=oldToULength=toULimit=0;
792 if(count<toULimit) {
797 } else if(targetCapacity<toULimit) {
815 * into the source length but reduce the source index by toULimit
828 while(i<3 && i<(count-toULimit)) {
899 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
902 while(toULength<toULimit) {
910 break; /* sequence too short, stop with toULength<toULimit */
920 utf8->mode=toULimit;
927 if( toULength==toULimit && /* consumed all trail bytes */
934 toULength==toULimit && toULength==4 &&
972 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
973 if(toULimit>(sourceLimit-source)) {
983 utf8->mode=toULimit;