Searched refs:minMatch (Results 1 – 1 of 1) sorted by relevance
194 public static void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument195 sMinMatch = minMatch; in setMinMatchForTest()527 int minMatch = getMinMatch(); in compareLoosely() local567 if (matched < minMatch) { in compareLoosely()582 if (matched >= minMatch && (ia < 0 || ib < 0)) { in compareLoosely()