Home
last modified time | relevance | path

Searched defs:otherOffset (Results 1 – 8 of 8) sorted by relevance

/external/okio/okio/src/commonMain/kotlin/okio/internal/
DSegmentedByteString.kt174 var otherOffset = otherOffset in commonRangeEquals() variable
194 var otherOffset = otherOffset in commonRangeEquals() variable
/external/okhttp/okio/okio/src/main/java/okio/
DSegmentedByteString.java185 int offset, ByteString other, int otherOffset, int byteCount) { in rangeEquals()
202 @Override public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals()
DByteString.java309 public boolean rangeEquals(int offset, ByteString other, int otherOffset, int byteCount) { in rangeEquals()
318 public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals()
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSegmentedByteString.java186 int offset, ByteString other, int otherOffset, int byteCount) { in rangeEquals()
203 @Override public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals()
DByteString.java311 public boolean rangeEquals(int offset, ByteString other, int otherOffset, int byteCount) { in rangeEquals()
320 public boolean rangeEquals(int offset, byte[] other, int otherOffset, int byteCount) { in rangeEquals()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUResource.java181 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUResource.java178 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h209 Hex32 otherOffset; member