Searched refs:currency (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Codes/t/
H A Dall.t10 # language/country/currency, # convert back to code,
32 my $currency;
320 $currency = code2currency($code);
321 if (!defined $currency)
326 $reverse = currency2code($currency);
349 foreach $currency (all_currency_names())
351 $code = currency2code($currency);
363 if ($reverse ne $currency)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCurrency.pm2 # Locale::Currency - ISO three letter codes for currency identification
49 # no such currency code!
75 # no such currency!
109 my $currency;
117 ($code, $currency) = split(/:/, $_, 2);
118 $CODES{$code} = $currency;
119 $CURRENCIES{"\L$currency"} = $code;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm167 "koi8-r", "sjis", "utf8", etc.), for the currency string, for the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm179 location-specific information such as what currency is used

Completed in 31 milliseconds