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

/openjdk9/jdk/make/src/classes/build/tools/generatecurrencydata/
H A DGenerateCurrencyData.java132 private static String[] currenciesWithDefinedMinorUnitDecimals = field in class:GenerateCurrencyData
179 currenciesWithDefinedMinorUnitDecimals[i]
237 if (Objects.nonNull(currenciesWithDefinedMinorUnitDecimals[i]) &&
238 currenciesWithDefinedMinorUnitDecimals[i].indexOf(currencyCode) != -1) {

Completed in 93 milliseconds