Searched refs:MIN_MATCH (Results 1 – 1 of 1) sorted by relevance
498 if (matched < MIN_MATCH) { in compareLoosely()513 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) { in compareLoosely()713 return internalGetStrippedReversed(np, MIN_MATCH); in toCallerIDMinMatch()1591 static final int MIN_MATCH = 7; field in PhoneNumberUtils