Searched refs:country (Results 1 - 11 of 11) 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,
29 my $country;
42 $country = code2country($code);
43 if (!defined $country)
48 $reverse = country2code($country);
63 # code to country, back to code, for ALPHA2
68 $country = code2country($code, LOCALE_CODE_ALPHA_2);
69 if (!defined $country)
74 $reverse = country2code($country, LOCALE_CODE_ALPHA_2);
89 # code to country, bac
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/t/
H A Dmirroredby.t15 can_ok( 'CPAN::Mirrored::By', 'new', 'continent', 'country', 'url' );
19 @$cmb = qw( continent country url );
22 is( $cmb->country(), 'country', 'country() should return country entry' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DCountry.pm2 # Locale::Country - ISO codes for country identification (ISO 3166)
49 # to look up the corresponding country.
70 # no such country code!
84 my $country = shift;
88 return undef unless defined $country;
89 $country = lc($country);
90 if (exists $COUNTRIES->[$codeset]->{$country})
92 return $COUNTRIES->[$codeset]->{$country};
97 # no such country!
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm9 sub country { shift->[1] } subroutine
591 my(%all,$url,$expected_size,$default,$ans,$host,$dst,$country,$continent,@location);
600 ($continent, $country) = @location[-1,-2];
604 next unless $host && $dst && $continent && $country;
605 $all{$continent}{$country}{$dst} = CPAN::Mirrored::By->new($continent,$country,$dst);
607 $dst=$continent=$country="";
623 First, pick a nearby continent and country (you can pick several of
653 "Select your country (or several nearby countries)",
659 foreach $country (
[all...]
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c44 #define COUNTRY_TAB ZONEINFOTABDIR "country.tab"
54 #define CCLEN 2 /* country code length */
196 * file, for the input continent, and retrieves the country
197 * names from the country.tab file. It also retrieves the localized
198 * country names. The returned list of countries is sorted by the
202 get_tz_countries(struct tz_country **country, struct tz_continent *cont) argument
219 /* open zone_sun.tab and country.tab files */
253 * If country matches previously *matched* country, skip
254 * entry, since zone.tab is alphabetized by country cod
446 get_timezones_by_country(struct tz_timezone **tmzone, struct tz_country *country) argument
659 free_tz_countries(struct tz_country *country) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlocale.t418 foreach my $country (split(/ /, $country_codes)) {
419 my $lc = "${lang}_${country}";
424 my $lC = "${lang}_\U${country}";
762 # country/language. For example, the "|" might have
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java1075 // second part as the ISO 3166 country tag, even though RFC
1081 String country = "";
1087 country = tk.nextToken("");
1088 // country name may have "-" in it...
1093 return new Locale(lang, country);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm164 when qualified by a country code ("en-US"). Less well-known are the
214 Language tags are not country codes. In fact, they are often
216 ISO 3166 country code C<.jp> for Japan.
1392 (And so on with other country codes as the subtag.)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm635 A I<locale> is defined as a 2-letter ISO 3166 country code, possibly
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2785 % @tab Legal holiday which is valid in major parts of the whole country.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex3537 % @tab Legal holiday which is valid in major parts of the whole country.

Completed in 55 milliseconds