Searched refs:algNames (Results 1 – 1 of 1) sorted by relevance
96 String[] algNames = algorithms.get(i); in _getAlgorithmList() local98 locResult = algNames != null && algNames.length > 0; in _getAlgorithmList()101 for (int j=0; j<algNames.length; j++) { in _getAlgorithmList()102 System.out.println("\tAlgorithm " + j + ": " + algNames[j]); in _getAlgorithmList()119 String[] algNames = oObj.getAlgorithmList(locales[i]); in getAlgorithmList() local120 algorithms.put(i, algNames); in getAlgorithmList()