Lines Matching refs:cbuf
166 char* cbuf = carr; in ucbuf_fillucbuf() local
185 inputRead=T_FileStream_read(buf->in,cbuf,cbufSize-offset); in ucbuf_fillucbuf()
190 cbuf = (char*)uprv_malloc(cbufSize); in ucbuf_fillucbuf()
191 if (cbuf == NULL) { in ucbuf_fillucbuf()
195 inputRead= T_FileStream_read(buf->in,cbuf,cbufSize); in ucbuf_fillucbuf()
218 source = cbuf; in ucbuf_fillucbuf()
246 pos = (int32_t)(source - cbuf - len); in ucbuf_fillucbuf()
252 memcpy(preContext,cbuf+start,stop-start); in ucbuf_fillucbuf()
258 …top = (int32_t)(((pos+CONTEXT_LEN)<= (sourceLimit-cbuf) )? (pos+(CONTEXT_LEN-1)) : (sourceLimit-c… in ucbuf_fillucbuf()
286 source = cbuf; in ucbuf_fillucbuf()
307 u_charsToUChars(cbuf,target+offset,inputRead); in ucbuf_fillucbuf()
313 if(cbuf!=carr){ in ucbuf_fillucbuf()
314 uprv_free(cbuf); in ucbuf_fillucbuf()