Searched refs:min_el (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
H A D | enc2xs | 256 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 266 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 274 # my ($e2u,$u2e,$rep,$min_el,$max_el,$rsym) = @{$encoding{$enc}}; 275 my ($e2u,$u2e,$rep,$min_el,$max_el) = @{$encoding{$enc}}; 276 #my @info = ($e2u->{Cname},$u2e->{Cname},$rsym,length($rep),$min_el,$max_el); 279 my @info = ($e2u->{Cname},$u2e->{Cname},qq((U8 *)"$rep"),$replen,$min_el,$max_el); 346 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 354 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 355 output_ucm(\*C,$name,$u2e,$erep,$min_el,$max_el); 392 my $min_el; [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/ |
H A D | encode.h | 70 U8 min_el; /* Minimum octets to represent a character */ member in struct:encode_s
|
Completed in 19 milliseconds