Searched refs:CODES (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DScript.pm30 my $CODES = [];
63 if (exists $CODES->[$codeset]->{$code})
65 return $CODES->[$codeset]->{$code};
137 return keys %{ $CODES->[$codeset] };
150 return values %{ $CODES->[$codeset] };
171 $CODES->[LOCALE_CODE_ALPHA_2]->{$alpha2} = $script;
176 $CODES->[LOCALE_CODE_ALPHA_3]->{$alpha3} = $script;
182 $CODES->[LOCALE_CODE_NUMERIC]->{$numeric} = $script;
H A DLanguage.pm25 my %CODES = ();
41 if (exists $CODES{$code})
43 return $CODES{$code};
88 return keys %CODES;
99 return values %CODES;
104 # initialisation code - stuff the DATA into the CODES hash
117 $CODES{$code} = $language;
H A DCountry.pm30 my $CODES = [];
63 if (exists $CODES->[$codeset]->{$code})
65 return $CODES->[$codeset]->{$code};
137 return keys %{ $CODES->[$codeset] };
150 return values %{ $CODES->[$codeset] };
173 if (not exists $CODES->[$codeset]->{$real})
178 $country = $CODES->[$codeset]->{$real};
179 $CODES->[$codeset]->{$alias} = $country;
215 $country = $CODES->[$codeset]->{$code};
230 $CODES
[all...]
H A DCurrency.pm26 my %CODES = ();
42 if (exists $CODES{$code})
44 return $CODES{$code};
89 return keys %CODES;
100 return values %CODES;
105 # initialisation code - stuff the DATA into the CODES hash
118 $CODES{$code} = $currency;
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c136 LEVEL, TEST, CODES enumerator in enum:Command
274 "codes", CODES, Str, 0, "path", 0,
1028 case CODES:
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3058 CODES, /* processing fixed or dynamic block */ enumerator in enum:inflate_blocks_state::__anon12
3079 } decode; /* if CODES, current state */
3217 if (s->mode == CODES)
3308 s->mode = CODES;
3476 s->mode = CODES;
3477 case CODES:

Completed in 54 milliseconds