Are you sure you want the name of the country to use the currency code? If you want to get the name of the country using the country code, then
<?php $country = Mage::getModel('directory/country')->loadByCode($code); echo $country->getName(); ?>
source share