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.java373 int newBufSize = bufSize; in insertLine() local
413 newBufSize = maxBufSize; in insertLine()
420 newBufSize += n; in insertLine()
423 cbuf = new char[newBufSize][]; in insertLine()
424 abuf = new int[newBufSize][]; in insertLine()
496 bufSize = newBufSize; in insertLine()