Searched refs:from_to (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Install.pm | 56 install(\%from_to); 57 install(\%from_to, $verbose, $dont_execute, $uninstall_shadows); 59 Copies each directory tree of %from_to to its corresponding value 64 install() will write the list of target files to $from_to{write}. If 65 $from_to{read} is given the contents of this file will be merged into 82 my($from_to,$verbose,$nonono,$inc_uninstall) = @_; 94 my(%from_to) = %$from_to; 101 $pack{$_}=$from_to{$_}; 102 delete $from_to{ [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/ |
H A D | piconv | 8 my %Scheme = map {$_ => 1} qw(from_to decode_encode perlio); 40 $Opt{string} and Encode::from_to($Opt{string}, $from, $to) and print $Opt{string} and exit; 41 my $scheme = exists $Scheme{$Opt{Scheme}} ? $Opt{Scheme} : 'from_to'; 56 if ($scheme eq 'from_to'){ 58 Encode::from_to($_, $from, $to, $Opt{check}); print; 201 =item from_to 203 Uses Encode::from_to for conversion. This is the default.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | Encode.pm | 29 _utf8_off _utf8_on define_encoding from_to is_16bit is_8bit 169 sub from_to($$$;$) subroutine 428 =item [$length =] from_to($octets, FROM_ENC, TO_ENC [, CHECK]) 434 from_to($octets, "iso-8859-1", "cp1250"); 438 from_to($octets, "cp1250", "iso-8859-1"); 443 from_to() returns the length of the converted string in octets on success, undef 448 from_to($data, "iso-8859-1", "utf8"); #1 535 # via from_to 539 from_to($_, "shiftjis", "euc-jp", 1);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Encoder.pm | 15 use Encode qw(encode decode find_encoding from_to); 82 from_to($self->{data}, $self->{encoding}, $obj->name, 1);
|
Completed in 22 milliseconds