Searched refs:maxOtherCurrencies (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/make/src/classes/build/tools/generatecurrencydata/
H A DGenerateCurrencyData.java122 private static final int maxOtherCurrencies = 128; field in class:GenerateCurrencyData
124 private static String[] otherCurrencies = new String[maxOtherCurrencies];
125 private static int[] otherCurrenciesDefaultFractionDigits = new int[maxOtherCurrencies];
126 private static int[] otherCurrenciesNumericCode= new int[maxOtherCurrencies];
318 if (otherCurrenciesCount == maxOtherCurrencies) {

Completed in 38 milliseconds