Lines Matching refs:currencyIsoCodes
856 UHashtable* currencyIsoCodes = uhash_open(uhash_hashChars, uhash_compareChars, NULL, &ec3);
871 uhash_put(currencyIsoCodes, iso, iso, &ec3);
873 if (uhash_get(currencyIsoCodes, iso) != NULL) {
877 uhash_put(currencyIsoCodes, iso, iso, &ec3);
971 uhash_close(currencyIsoCodes);