Searched refs:algNames (Results 1 – 1 of 1) sorted by relevance
62 String[] algNames = oObj.getAlgorithmList(locales[i]); in _getAlgorithmList() local63 algorithms.put(new Integer(i), algNames); in _getAlgorithmList()65 locResult = algNames != null && algNames.length > 0; in _getAlgorithmList()68 for (int j=0; j<algNames.length; j++) { in _getAlgorithmList()69 System.out.println("\tAlgorithm " + j + ": " + algNames[j]); in _getAlgorithmList()
Completed in 14 milliseconds