Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducurr.cpp2076 ucurr_createCurrencyList(UHashtable *isoCodes, UErrorCode* status){ in ucurr_createCurrencyList() argument
2142 uhash_put(isoCodes, (UChar *)isoCode, entry, &localStatus); in ucurr_createCurrencyList()
2172 UHashtable *isoCodes = uhash_open(uhash_hashUChars, uhash_compareUChars, NULL, &status); in initIsoCodes() local
2176 uhash_setValueDeleter(isoCodes, deleteIsoCodeEntry); in initIsoCodes()
2178 ucurr_createCurrencyList(isoCodes, &status); in initIsoCodes()
2180 uhash_close(isoCodes); in initIsoCodes()
2183 gIsoCodes = isoCodes; // Note: gIsoCodes is const. Once set up here it is never altered, in initIsoCodes()