Home
last modified time | relevance | path

Searched refs:algNames (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/tests/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java62 String[] algNames = oObj.getAlgorithmList(locales[i]); in _getAlgorithmList() local
63 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 9 milliseconds