Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateValidityXml.java216 Map<String, Status> oldCodes = OLD_VALIDITY.getCodeToStatus(LstrType.currency); in doCurrency() local
217 for (Entry<String, Status> entry : oldCodes.entrySet()) { in doCurrency()