Lines Matching refs:preToULength
609 converter->preToULength = 0;
1304 if(cnv->preToULength>=0) {
1323 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1325 pArgs->sourceLimit=replay-cnv->preToULength;
1329 cnv->preToULength=0;
1353 * need not check cnv->preToULength==0 because a replay (<0) will cause
1401 if(cnv->preToULength<0) {
1412 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1414 pArgs->sourceLimit=replay-cnv->preToULength;
1416 if((sourceIndex+=cnv->preToULength)<0) {
1420 cnv->preToULength=0;
1507 U_ASSERT(cnv->preToULength==0);
1512 cnv->preToULength=(int8_t)-length;
1683 if(!flush && s==sourceLimit && cnv->preToULength>=0) {
2133 sourceCnv->UCharErrorBufferLength==0 && sourceCnv->preToULength>=0 && s==sourceLimit
2267 sourceCnv->preToULength>=0 && sourceCnv->toULength==0 &&
2279 if(convert!=NULL && targetCnv->preFromUFirstCP<0 && sourceCnv->preToULength==0) {
2371 sourceCnv->preToULength>=0 &&
2874 if(cnv->preToULength > 0){
2875 return cnv->preToULength ;
2876 }else if(cnv->preToULength < 0){
2877 return -cnv->preToULength;