Lines Matching refs:preToULength
322 cnv->preToULength=(int8_t)match;
375 cnv->preToU, cnv->preToULength,
380 if(match>=cnv->preToULength) {
382 pArgs->source+=match-cnv->preToULength;
383 cnv->preToULength=0;
386 length=cnv->preToULength-match;
388 cnv->preToULength=(int8_t)-length;
405 for(j=cnv->preToULength; j<match; ++j) {
409 cnv->preToULength=(int8_t)match;
434 length=cnv->preToULength-cnv->preToUFirstLength;
440 cnv->preToULength=(int8_t)-length;