Lines Matching refs:pTarget
58 UChar* pTarget; in ucbuf_autodetect_fs() local
81 pTarget = target; in ucbuf_autodetect_fs()
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs()
90 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) { in ucbuf_autodetect_fs()
162 UChar* pTarget=NULL; in ucbuf_fillucbuf() local
172 pTarget = buf->buffer; in ucbuf_fillucbuf()
180 memset(pTarget+offset,0xff,sizeof(UChar)*(MAX_IN_BUF-offset)); in ucbuf_fillucbuf()
203 target=pTarget; in ucbuf_fillucbuf()
217 target = pTarget+offset; in ucbuf_fillucbuf()
285 target = pTarget+offset; in ucbuf_fillucbuf()
294 outputWritten = (int32_t)(target - pTarget); in ucbuf_fillucbuf()
299 target = pTarget; in ucbuf_fillucbuf()
310 buf->currentPos = pTarget; in ucbuf_fillucbuf()
311 buf->bufLimit=pTarget+outputWritten; in ucbuf_fillucbuf()
587 UChar* pTarget; in ucbuf_rewind() local
596 pTarget = target; in ucbuf_rewind()
598 … ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error); in ucbuf_rewind()
604 …if(U_SUCCESS(*error) && (numRead!=buf->signatureLength || pTarget!=(target+1) || target[0]!=0xfeff… in ucbuf_rewind()