Home
last modified time | relevance | path

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

/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DByteStringMicro.java194 final byte[] otherBytes = other.bytes; in equals()
196 if (thisBytes[i] != otherBytes[i]) { in equals()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java331 MessageLite value, ByteString otherBytes, ExtensionRegistryLite extensionRegistry) { in mergeValueAndBytes() argument
333 return value.toBuilder().mergeFrom(otherBytes, extensionRegistry).build(); in mergeValueAndBytes()
DByteString.java1454 byte[] otherBytes = lbsOther.bytes; in equalsRange()
1460 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUResource.java181 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { in regionMatches() argument
183 if (bytes[offset + i] != otherBytes[otherOffset + i]) { 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() argument
180 if (bytes[offset + i] != otherBytes[otherOffset + i]) { in regionMatches()