HomeSort by relevance Sort by last modified time
    Searched refs:copylength (Results 1 - 4 of 4) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
RecyclableBufferedInputStream.java 287 int copylength = count - pos >= byteCount ? byteCount : count - pos; local
288 System.arraycopy(localBuf, pos, buffer, offset, copylength);
289 pos += copylength;
290 if (copylength == byteCount || localIn.available() == 0) {
291 return copylength;
293 offset += copylength;
294 required = byteCount - copylength;
  /external/icu/icu4c/source/i18n/
usearch.cpp 2919 int32_t copylength = strsrch->search->matchedLength; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar 

Completed in 150 milliseconds