Lines Matching refs:preFromULength
616 converter->preFromULength = 0; in _reset()
859 if(cnv->preFromULength>=0) { in _fromUnicodeWithCallback()
878 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
880 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
884 cnv->preFromULength=0; in _fromUnicodeWithCallback()
956 if(cnv->preFromULength<0) { in _fromUnicodeWithCallback()
967 uprv_memcpy(replay, cnv->preFromU, -cnv->preFromULength*U_SIZEOF_UCHAR); in _fromUnicodeWithCallback()
969 pArgs->sourceLimit=replay-cnv->preFromULength; in _fromUnicodeWithCallback()
971 if((sourceIndex+=cnv->preFromULength)<0) { in _fromUnicodeWithCallback()
975 cnv->preFromULength=0; in _fromUnicodeWithCallback()
1060 U_ASSERT(cnv->preFromULength==0); in _fromUnicodeWithCallback()
1065 cnv->preFromULength=(int8_t)-length; in _fromUnicodeWithCallback()
1237 if(!flush && s==sourceLimit && cnv->preFromULength>=0) { in ucnv_fromUnicode()
2132 targetCnv->preFromULength>=0 && *pivotSource==*pivotTarget && in ucnv_convertEx()
2223 targetCnv->preFromULength<0 || in ucnv_convertEx()
2853 return U16_LENGTH(cnv->preFromUFirstCP)+cnv->preFromULength ; in ucnv_fromUCountPending()
2854 }else if(cnv->preFromULength < 0){ in ucnv_fromUCountPending()
2855 return -cnv->preFromULength ; in ucnv_fromUCountPending()