Lines Matching refs:UCharErrorBufferLength
617 converter->invalidCharLength = converter->UCharErrorBufferLength = 0; in _reset()
1586 length=cnv->UCharErrorBufferLength; in ucnv_outputOverflowToUnicode()
1597 cnv->UCharErrorBufferLength=(int8_t)j; in ucnv_outputOverflowToUnicode()
1614 cnv->UCharErrorBufferLength=0; in ucnv_outputOverflowToUnicode()
1684 if( cnv->UCharErrorBufferLength>0 && in ucnv_toUnicode()
1885 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar()
1890 length=cnv->UCharErrorBufferLength; in ucnv_getNextUChar()
1894 if((cnv->UCharErrorBufferLength=(int8_t)(length-i))>0) { in ucnv_getNextUChar()
1896 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR); in ucnv_getNextUChar()
1987 if(cnv->UCharErrorBufferLength>0) { in ucnv_getNextUChar()
1994 if((--cnv->UCharErrorBufferLength)>0) { in ucnv_getNextUChar()
1996 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR); in ucnv_getNextUChar()
2026 if((length=cnv->UCharErrorBufferLength)>0) { in ucnv_getNextUChar()
2030 cnv->UCharErrorBufferLength=(int8_t)(length+delta); in ucnv_getNextUChar()
2134 sourceCnv->UCharErrorBufferLength==0 && sourceCnv->preToULength>=0 && s==sourceLimit in ucnv_convertEx()
2252 if(sourceCnv->UCharErrorBufferLength>0) { in ucnv_convertEx()
2373 sourceCnv->UCharErrorBufferLength==0 in ucnv_convertEx()