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