Searched defs:otherOffset (Results 1 – 8 of 8) sorted by relevance
/external/okio/okio/src/commonMain/kotlin/okio/internal/ |
D | SegmentedByteString.kt | 174 var otherOffset = otherOffset in commonRangeEquals() variable 194 var otherOffset = otherOffset in commonRangeEquals() variable
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | SegmentedByteString.java | 185 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()
|
D | ByteString.java | 309 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/ |
D | SegmentedByteString.java | 186 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()
|
D | ByteString.java | 311 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/ |
D | UResource.java | 181 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UResource.java | 178 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFile.h | 209 Hex32 otherOffset; member
|