Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DIsoCurrencyParser.java232 int numeric_code; field in IsoCurrencyParser.ISOCurrencyHandler
250 numeric_code = -1; in handlePathValue()
258 numeric_code = Integer.parseInt(value); in handlePathValue()
260 numeric_code = -1; in handlePathValue()
273 Data data = new Data(country_code, currency_name, numeric_code, minor_unit); in handlePathValue()