Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducurr.cpp2095 ucurr_createCurrencyList(UHashtable *isoCodes, UErrorCode* status){ in ucurr_createCurrencyList() argument
2161 uhash_put(isoCodes, (UChar *)isoCode, entry, &localStatus); in ucurr_createCurrencyList()
2191 UHashtable *isoCodes = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initIsoCodes() local
2195 uhash_setValueDeleter(isoCodes, deleteIsoCodeEntry); in initIsoCodes()
2197 ucurr_createCurrencyList(isoCodes, &status); in initIsoCodes()
2199 uhash_close(isoCodes); in initIsoCodes()
2202 gIsoCodes = isoCodes; // Note: gIsoCodes is const. Once set up here it is never altered, in initIsoCodes()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestSupplementalInfo.java1337 IsoCurrencyParser isoCodes = IsoCurrencyParser.getInstance(); in TestCurrency() local
1405 .addAllInverted(isoCodes.getCountryToCodes()); in TestCurrency()
1534 IsoCurrencyParser isoCodes = IsoCurrencyParser.getInstance(); in TestCurrencyDecimalPlaces() local
1535 Relation<String, IsoCurrencyParser.Data> codeList = isoCodes in TestCurrencyDecimalPlaces()