Lines Matching refs:toULength
609 converter->toULength = 0;
1361 cnv->toULength==0);
1450 } else if(pArgs->flush && cnv->toULength>0) {
1527 errorInputLength=cnv->invalidCharLength=cnv->toULength;
1533 cnv->toULength=0;
1930 * at a character boundary (toULength==0)
1934 * in addition to setting toULength/toUBytes[]
1936 if(cnv->toULength==0 && cnv->sharedData->impl->getNextUChar!=NULL) {
2269 sourceCnv->preToULength>=0 && sourceCnv->toULength==0 &&
2290 if(sourceCnv->toULength>0) {
2323 } else if(flush && sourceCnv->toULength>0) { /* flush==toUArgs.flush */
2880 }else if(cnv->toULength > 0){
2881 return cnv->toULength;