Searched refs:minMatch (Results 1 – 1 of 1) sorted by relevance
195 public static void setMinMatchForTest(int minMatch) { in setMinMatchForTest() argument196 sMinMatch = minMatch; in setMinMatchForTest()532 int minMatch = getMinMatch(); in compareLoosely() local572 if (matched < minMatch) { in compareLoosely()587 if (matched >= minMatch && (ia < 0 || ib < 0)) { in compareLoosely()