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

/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DByteStringMicro.java194 final byte[] otherBytes = other.bytes;
196 if (thisBytes[i] != otherBytes[i]) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUResource.java143 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { argument
145 if (bytes[offset + i] != otherBytes[otherOffset + i]) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUResource.java141 private boolean regionMatches(byte[] otherBytes, int otherOffset, int n) { argument
143 if (bytes[offset + i] != otherBytes[otherOffset + i]) {
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DLiteralByteString.java224 byte[] otherBytes = other.bytes;
229 if (thisBytes[thisIndex] != otherBytes[otherIndex]) {
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...

Completed in 2212 milliseconds