Searched refs:foundPrefixes (Results 1 – 1 of 1) sorted by relevance
485 java.util.ArrayList foundPrefixes = new java.util.ArrayList(); in lookupAllPrefixes() local493 foundPrefixes.add(prefix); in lookupAllPrefixes()496 String[] prefixArray = new String[foundPrefixes.size()]; in lookupAllPrefixes()497 foundPrefixes.toArray(prefixArray); in lookupAllPrefixes()