Lines Matching refs:toULength
609 converter->toULength = 0; in _reset()
1361 cnv->toULength==0); in _toUnicodeWithCallback()
1450 } else if(pArgs->flush && cnv->toULength>0) { in _toUnicodeWithCallback()
1527 errorInputLength=cnv->invalidCharLength=cnv->toULength; in _toUnicodeWithCallback()
1533 cnv->toULength=0; in _toUnicodeWithCallback()
1928 if(cnv->toULength==0 && cnv->sharedData->impl->getNextUChar!=NULL) { in ucnv_getNextUChar()
2261 sourceCnv->preToULength>=0 && sourceCnv->toULength==0 && in ucnv_convertEx()
2282 if(sourceCnv->toULength>0) { in ucnv_convertEx()
2315 } else if(flush && sourceCnv->toULength>0) { /* flush==toUArgs.flush */ in ucnv_convertEx()
2872 }else if(cnv->toULength > 0){ in ucnv_toUCountPending()
2873 return cnv->toULength; in ucnv_toUCountPending()