Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DIsoCurrencyParser.java221 int numeric_code; field in IsoCurrencyParser.ISOCurrencyHandler
241 numeric_code = -1; in handlePathValue()
249 numeric_code = Integer.valueOf(value); in handlePathValue()
251 numeric_code = -1; in handlePathValue()
263 Data data = new Data(country_code, currency_name, numeric_code, minor_unit); in handlePathValue()