Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
DVDUBuffer.java372 int newBufSize = bufSize; in insertLine() local
412 newBufSize = maxBufSize; in insertLine()
419 newBufSize += n; in insertLine()
422 cbuf = new char[newBufSize][]; in insertLine()
423 abuf = new int[newBufSize][]; in insertLine()
495 bufSize = newBufSize; in insertLine()