Lines Matching refs:UCharErrorBufferLength
610 converter->invalidCharLength = converter->UCharErrorBufferLength = 0;
1559 * Call this function if(cnv->UCharErrorBufferLength>0).
1579 length=cnv->UCharErrorBufferLength;
1590 cnv->UCharErrorBufferLength=(int8_t)j;
1607 cnv->UCharErrorBufferLength=0;
1677 if( cnv->UCharErrorBufferLength>0 &&
1886 if(cnv->UCharErrorBufferLength>0) {
1891 length=cnv->UCharErrorBufferLength;
1895 if((cnv->UCharErrorBufferLength=(int8_t)(length-i))>0) {
1897 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR);
1988 if(cnv->UCharErrorBufferLength>0) {
1995 if((--cnv->UCharErrorBufferLength)>0) {
1997 cnv->UCharErrorBufferLength*U_SIZEOF_UCHAR);
2027 if((length=cnv->UCharErrorBufferLength)>0) {
2031 cnv->UCharErrorBufferLength=(int8_t)(length+delta);
2135 sourceCnv->UCharErrorBufferLength==0 && sourceCnv->preToULength>=0 && s==sourceLimit
2253 if(sourceCnv->UCharErrorBufferLength>0) {
2374 sourceCnv->UCharErrorBufferLength==0