Lines Matching refs:preToULength
321 cnv->preToULength=(int8_t)match; in ucnv_extInitialMatchToU()
374 cnv->preToU, cnv->preToULength, in ucnv_extContinueMatchToU()
379 if(match>=cnv->preToULength) { in ucnv_extContinueMatchToU()
381 pArgs->source+=match-cnv->preToULength; in ucnv_extContinueMatchToU()
382 cnv->preToULength=0; in ucnv_extContinueMatchToU()
385 length=cnv->preToULength-match; in ucnv_extContinueMatchToU()
387 cnv->preToULength=(int8_t)-length; in ucnv_extContinueMatchToU()
404 for(j=cnv->preToULength; j<match; ++j) { in ucnv_extContinueMatchToU()
408 cnv->preToULength=(int8_t)match; in ucnv_extContinueMatchToU()
433 length=cnv->preToULength-cnv->preToUFirstLength; in ucnv_extContinueMatchToU()
439 cnv->preToULength=(int8_t)-length; in ucnv_extContinueMatchToU()