Home
last modified time | relevance | path

Searched refs:bytes1 (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DNameDistance.java64 public float getDistance(byte bytes1[], byte bytes2[]) { in getDistance() argument
67 if (bytes1.length > bytes2.length) { in getDistance()
68 array2 = bytes1; in getDistance()
72 array1 = bytes1; in getDistance()
161 if (bytes1[i] != bytes2[i]) { in getDistance()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
DEncoderUtil.java524 byte[] bytes1 = encode(part1, charset); in encodeB()
526 bytes1); in encodeB()
552 byte[] bytes1 = encode(part1, charset); in encodeQ()
554 charset, bytes1); in encodeQ()