Home | History | Annotate | Download | only in common

Lines Matching refs:preToULength

611         converter->preToULength = 0;
1306 if(cnv->preToULength>=0) {
1325 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1327 pArgs->sourceLimit=replay-cnv->preToULength;
1331 cnv->preToULength=0;
1355 * need not check cnv->preToULength==0 because a replay (<0) will cause
1403 if(cnv->preToULength<0) {
1414 uprv_memcpy(replay, cnv->preToU, -cnv->preToULength);
1416 pArgs->sourceLimit=replay-cnv->preToULength;
1418 if((sourceIndex+=cnv->preToULength)<0) {
1422 cnv->preToULength=0;
1509 U_ASSERT(cnv->preToULength==0);
1514 cnv->preToULength=(int8_t)-length;
1685 if(!flush && s==sourceLimit && cnv->preToULength>=0) {
2135 sourceCnv->UCharErrorBufferLength==0 && sourceCnv->preToULength>=0 && s==sourceLimit
2269 sourceCnv->preToULength>=0 && sourceCnv->toULength==0 &&
2281 if(convert!=NULL && targetCnv->preFromUFirstCP<0 && sourceCnv->preToULength==0) {
2373 sourceCnv->preToULength>=0 &&
2876 if(cnv->preToULength > 0){
2877 return cnv->preToULength ;
2878 }else if(cnv->preToULength < 0){
2879 return -cnv->preToULength;