Searched refs:copylength (Results 1 – 3 of 3) sorted by relevance
287 int copylength = count - pos >= byteCount ? byteCount : count - pos; in read() local288 System.arraycopy(localBuf, pos, buffer, offset, copylength); in read()289 pos += copylength; in read()290 if (copylength == byteCount || localIn.available() == 0) { in read()291 return copylength; in read()293 offset += copylength; in read()294 required = byteCount - copylength; in read()
157 size_t copylength = CommandCopyLen(&commands[i]); in ZopfliCostModelSetFromCommands() local169 pos += inslength + copylength; in ZopfliCostModelSetFromCommands()
2919 int32_t copylength = strsrch->search->matchedLength; in usearch_getMatchedText() local2926 if (resultCapacity < copylength) { in usearch_getMatchedText()2927 copylength = resultCapacity; in usearch_getMatchedText()2929 if (copylength > 0) { in usearch_getMatchedText()2931 copylength * sizeof(UChar)); in usearch_getMatchedText()