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