Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeDecompressor.java167 int byteBufferLimit, in decompress() argument
198 if(byteBufferLimit - byteBufferStart < newBytes) in decompress()
199 newBytes = byteBufferLimit - byteBufferStart; in decompress()
220 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) { in decompress()
225 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) { in decompress()
277 byteBufferLimit - bytePos); in decompress()
278 fBufferLength = byteBufferLimit - bytePos; in decompress()
325 if( (bytePos + 1) >= byteBufferLimit ) { in decompress()
329 byteBufferLimit - bytePos); in decompress()
330 fBufferLength = byteBufferLimit - bytePos; in decompress()
[all …]