Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DNameDistance.java38 private final boolean[] mMatchFlags2; field in NameDistance
49 mMatchFlags2 = new boolean[maxLength]; in NameDistance()
58 mMatchFlags1 = mMatchFlags2 = null; in NameDistance()
103 Arrays.fill(mMatchFlags2, 0, length2, false); in getDistance()
125 if (!mMatchFlags2[j] && c1 == array2[j]) { in getDistance()
126 mMatchFlags1[i] = mMatchFlags2[j] = true; in getDistance()
141 while (!mMatchFlags2[j]) { in getDistance()