Searched refs:testPart (Results 1 – 1 of 1) sorted by relevance
346 String testPart = testParts[i].toLowerCase(); in matchProvider() local349 !matchWithWildcards(testPart, providerPart)) { in matchProvider()356 private static boolean matchWithWildcards(String testPart, String providerPart) { in matchWithWildcards() argument358 if (testPart.length() != providerLength){ in matchWithWildcards()362 char testChar = testPart.charAt(i); in matchWithWildcards()