Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Ducbuf.c166 int32_t inputRead=0; in ucbuf_fillucbuf() local
184 inputRead=T_FileStream_read(buf->in,cbuf,cbufSize-offset); in ucbuf_fillucbuf()
185 buf->remaining-=inputRead; in ucbuf_fillucbuf()
194 inputRead= T_FileStream_read(buf->in,cbuf,cbufSize); in ucbuf_fillucbuf()
195 buf->remaining-=inputRead; in ucbuf_fillucbuf()
199 if ( 0 == inputRead ) in ucbuf_fillucbuf()
218 sourceLimit = source + inputRead; in ucbuf_fillucbuf()
307 u_charsToUChars(cbuf,target+offset,inputRead); in ucbuf_fillucbuf()
308 outputWritten=((buf->remaining>cbufSize)? cbufSize:inputRead+offset); in ucbuf_fillucbuf()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
DNetscapePluginMac.mm899 ByteCount inputRead;
904 …Length, string.characters(), kNilOptions, 0, 0, 0, 0, maxOutputLength, &inputRead, &outputLength, …