Home | History | Annotate | Download | only in common

Lines Matching refs:toULimit

761     int8_t oldToULength, toULength, toULimit;
777 toULimit=(int8_t)utf8->mode;
779 toULength=oldToULength=toULimit=0;
783 if(count<toULimit) {
788 } else if(targetCapacity<toULimit) {
806 * into the source length but reduce the source index by toULimit
819 while(i<3 && i<(count-toULimit)) {
890 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
893 while(toULength<toULimit) {
901 break; /* sequence too short, stop with toULength<toULimit */
911 utf8->mode=toULimit;
918 if( toULength==toULimit && /* consumed all trail bytes */
925 toULength==toULimit && toULength==4 &&
963 toULimit=U8_COUNT_TRAIL_BYTES(b)+1;
964 if(toULimit>(sourceLimit-source)) {
974 utf8->mode=toULimit;