Lines Matching refs:preFromULength
618 converter->preFromULength = 0; in _reset()
861 if(cnv->preFromULength>=0) { in _fromUnicodeWithCallback()
880 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
882 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
886 cnv->preFromULength=0; in _fromUnicodeWithCallback()
958 if(cnv->preFromULength<0) { in _fromUnicodeWithCallback()
969 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
971 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
973 if((sourceIndex+=cnv->preFromULength)<0) { in _fromUnicodeWithCallback()
977 cnv->preFromULength=0; in _fromUnicodeWithCallback()
1062 U_ASSERT(cnv->preFromULength==0); in _fromUnicodeWithCallback()
1067 cnv->preFromULength=(int8_t)-length; in _fromUnicodeWithCallback()
1239 if(!flush && s==sourceLimit && cnv->preFromULength>=0) { in ucnv_fromUnicode()
2126 targetCnv->preFromULength>=0 && *pivotSource==*pivotTarget && in ucnv_convertEx()
2217 targetCnv->preFromULength<0 || in ucnv_convertEx()
2847 return U16_LENGTH(cnv->preFromUFirstCP)+cnv->preFromULength ; in ucnv_fromUCountPending()
2848 }else if(cnv->preFromULength < 0){ in ucnv_fromUCountPending()
2849 return -cnv->preFromULength ; in ucnv_fromUCountPending()