Searched refs:minMatch (Results 1 – 1 of 1) sorted by relevance
204 public static void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument205 sMinMatch = minMatch; in setMinMatchForTest()541 int minMatch = getMinMatch(); in compareLoosely() local581 if (matched < minMatch) { in compareLoosely()596 if (matched >= minMatch && (ia < 0 || ib < 0)) { in compareLoosely()