Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DIsoCurrencyParser.java15 public class IsoCurrencyParser { class
155 private static IsoCurrencyParser INSTANCE_WITHOUT_EXTENSIONS = new IsoCurrencyParser(false);
156 private static IsoCurrencyParser INSTANCE_WITH_EXTENSIONS = new IsoCurrencyParser(true);
158 public static IsoCurrencyParser getInstance(boolean useCLDRExtensions) { in getInstance()
162 public static IsoCurrencyParser getInstance() { in getInstance()
170 private IsoCurrencyParser(boolean useCLDRExtensions) { in IsoCurrencyParser() method in IsoCurrencyParser
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java37 import org.unicode.cldr.util.IsoCurrencyParser;
38 import org.unicode.cldr.util.IsoCurrencyParser.Data;
241 IsoCurrencyParser isoCurrencyParser = IsoCurrencyParser.getInstance(); in generateSupplementalCurrencyItems()
281 IsoCurrencyParser isoCurrencyParser = IsoCurrencyParser.getInstance(); in generateCurrencyItems()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java38 import org.unicode.cldr.util.IsoCurrencyParser;
1337 IsoCurrencyParser isoCodes = IsoCurrencyParser.getInstance(); in TestCurrency()
1534 IsoCurrencyParser isoCodes = IsoCurrencyParser.getInstance(); in TestCurrencyDecimalPlaces()
1535 Relation<String, IsoCurrencyParser.Data> codeList = isoCodes in TestCurrencyDecimalPlaces()
1540 Set<IsoCurrencyParser.Data> d = codeList.get(cc); in TestCurrencyDecimalPlaces()
1542 for (IsoCurrencyParser.Data x : d) { in TestCurrencyDecimalPlaces()