Home
last modified time | relevance | path

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

/trunk/test/testuno/source/api/i18n/
H A DXExtendedIndexEntrySupplierTest.java96 String[] algNames = algorithms.get(i); in _getAlgorithmList() local
98 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() local
120 algorithms.put(i, algNames); in getAlgorithmList()