Home
last modified time | relevance | path

Searched refs:inputRead (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp169 int32_t inputRead=0; in ucbuf_fillucbuf() local
187 inputRead=T_FileStream_read(buf->in,cbuf,cbufSize-offset); in ucbuf_fillucbuf()
188 buf->remaining-=inputRead; in ucbuf_fillucbuf()
197 inputRead= T_FileStream_read(buf->in,cbuf,cbufSize); in ucbuf_fillucbuf()
198 buf->remaining-=inputRead; in ucbuf_fillucbuf()
202 if ( 0 == inputRead ) in ucbuf_fillucbuf()
221 sourceLimit = source + inputRead; in ucbuf_fillucbuf()
309 u_charsToUChars(cbuf,target+offset,inputRead); in ucbuf_fillucbuf()
310 outputWritten=((buf->remaining>cbufSize)? cbufSize:inputRead+offset); in ucbuf_fillucbuf()