Searched defs:Locale (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Maketext/
H A DGuts.pm2 package Locale::Maketext::Guts;
6 package Locale::Maketext;
H A DGutsLoader.pm2 package Locale::Maketext::GutsLoader;
7 $Locale::Maketext::GutsLoader::GUTSPATH = __FILE__;
8 *Locale::Maketext::DEBUG = sub () {0}
9 unless defined &Locale::Maketext::DEBUG;
14 # in Locale::Maketext::Guts, but if that fails, snip the
18 $Locale::Maketext::GUTSPATH = '';
19 Locale::Maketext::DEBUG and print "Requiring Locale::Maketext::Guts...\n";
20 eval 'require Locale::Maketext::Guts';
23 my $path = $Locale
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DConstants.pm2 # Locale::Constants - defined constants for identifying codesets
7 package Locale::Constants;
H A DCurrency.pm2 # Locale::Currency - ISO three letter codes for currency identification
8 package Locale::Currency;
H A DLanguage.pm2 # Locale::Language - ISO two letter codes for language identification (ISO 639)
7 package Locale::Language;
H A DScript.pm2 # Locale::Script - ISO codes for script identification (ISO 15924)
7 package Locale::Script;
13 use Locale::Constants;
H A DCountry.pm2 # Locale::Country - ISO codes for country identification (ISO 3166)
7 package Locale::Country;
13 use Locale::Constants;
161 # Locale::Country::alias_code('uk' => 'gb');
H A DMaketext.pm5 package Locale::Maketext;
349 if(&_try_use('Win32::Locale')) {
351 push @languages, Win32::Locale::get_language() || ''
352 if defined &Win32::Locale::get_language;
407 use Locale::Maketext::GutsLoader;

Completed in 46 milliseconds