Lines Matching refs:preToULength
325 cnv->preToULength=(int8_t)match; in ucnv_extInitialMatchToU()
378 cnv->preToU, cnv->preToULength, in ucnv_extContinueMatchToU()
383 if(match>=cnv->preToULength) { in ucnv_extContinueMatchToU()
385 pArgs->source+=match-cnv->preToULength; in ucnv_extContinueMatchToU()
386 cnv->preToULength=0; in ucnv_extContinueMatchToU()
389 length=cnv->preToULength-match; in ucnv_extContinueMatchToU()
391 cnv->preToULength=(int8_t)-length; in ucnv_extContinueMatchToU()
408 for(j=cnv->preToULength; j<match; ++j) { in ucnv_extContinueMatchToU()
412 cnv->preToULength=(int8_t)match; in ucnv_extContinueMatchToU()
437 length=cnv->preToULength-cnv->preToUFirstLength; in ucnv_extContinueMatchToU()
443 cnv->preToULength=(int8_t)-length; in ucnv_extContinueMatchToU()