Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java198 int readBytesLastCycle = -1; in readStreamExhaustively() local
200 readBytesLastCycle = inputStream.read(outBuffer, readBytes, in readStreamExhaustively()
202 if (readBytesLastCycle == -1) in readStreamExhaustively()
205 readBytes += readBytesLastCycle; in readStreamExhaustively()