Searched refs:max_el (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs256 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);
391 my $max_el;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Encode/
H A Dencode.h71 U8 max_el; /* Maximum octets to represent a character */ member in struct:encode_s

Completed in 23 milliseconds