/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/ |
H A D | encoding.pm | 1 package PerlIO::encoding; 8 # Equivalent of this is done in encoding.xs - do not uncomment. 22 PerlIO::encoding - encoding layer 26 open($f, "<:encoding(foo)", "infoo"); 27 open($f, ">:encoding(bar)", "outbar"); 30 $PerlIO::encoding::fallback = FB_PERLQQ; 34 Open a filehandle with a transparent encoding filter. 37 character set and encoding to Perl string data (Unicode and 38 Perl's internal Unicode encoding, UT [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | encoding.pm | 1 # $Id: encoding.pm,v 1.48 2003/12/29 02:47:16 dankogai Exp dankogai $ 2 package encoding; package 12 Carp::croak("encoding pragma does not support EBCDIC platforms"); 17 eval { require PerlIO::encoding }; 19 $HAS_PERLIO = (PerlIO::encoding->VERSION >= 0.02); 41 Carp::croak("Unknown encoding '$name'"); 71 Carp::croak("Unknown encoding for $h, '$arg{$h}'"); 73 eval { binmode($h, ":raw :encoding($arg{$h})") }; 78 binmode($h, ":raw :encoding($name)"); 112 encoding [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
H A D | Encoder.pm | 24 or croak __PACKAGE__, ": unknown encoding: $encname"; 29 encoding => $encname, 46 sub encoding{ subroutine 50 or confess __PACKAGE__, ": unknown encoding: $encname"; 51 $self->{encoding} = $obj->name; 54 return $self->{encoding} 60 $encname ||= $self->{encoding}; 62 or confess __PACKAGE__, ": unknown encoding: $encname"; 64 $self->{encoding} = '' ; 79 or confess __PACKAGE__, ": unknown encoding [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | mbrtowc.c | 128 const char *encoding = locale_charset (); local 130 if (STREQ (encoding, "UTF-8", 'U', 'T', 'F', '-', '8', 0, 0, 0, 0)) 187 if (STREQ (encoding, "EUC-JP", 'E', 'U', 'C', '-', 'J', 'P', 0, 0, 0)) 210 if (STREQ (encoding, "EUC-KR", 'E', 'U', 'C', '-', 'K', 'R', 0, 0, 0) 211 || STREQ (encoding, "GB2312", 'G', 'B', '2', '3', '1', '2', 0, 0, 0) 212 || STREQ (encoding, "BIG5", 'B', 'I', 'G', '5', 0, 0, 0, 0, 0)) 223 if (STREQ (encoding, "EUC-TW", 'E', 'U', 'C', '-', 'T', 'W', 0, 0, 0)) 241 if (STREQ (encoding, "GB18030", 'G', 'B', '1', '8', '0', '3', '0', 0, 0)) 274 if (STREQ (encoding, "SJIS", 'S', 'J', 'I', 'S', 0, 0, 0, 0, 0)) 287 /* An unknown multibyte encoding [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/ |
H A D | Maketext.pm | 101 sub encoding { subroutine 104 (ref($it) && $it->{'encoding'})
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | IANACharCode.java | 27 // IANACharCode.java: SLPv1 Character encoding support 44 * encoding String arguments, and for encoding the String descriptions 54 // character encoding utilities. For Unicode, we use little on 87 * Encode the String describing a character encoding into 90 * @param encoding The String describing the encoding. 95 static int encodeCharacterEncoding(String encoding) argument 98 if (encoding.equals(ASCII)) { 100 } else if (encoding 159 escapeChar(char c, String encoding) argument 251 unescapeChar(String ch, String encoding) argument [all...] |
H A D | SrvLocHeader.java | 390 // Parse string, bump byte count. Use UTF8 encoding. 403 // Convert it to the proper encoding. Return the raw bytes for 407 getStringField(StringBuffer buf, DataInputStream dis, String encoding) argument 428 buf.append(getBytesString(bytes, encoding)); 434 // Parse out string, bump byte count. Use UTF8 encoding. 447 // into the proper encoding. 452 String encoding) { 454 byte[] bytes = getStringBytes(string, encoding); 456 // Put out the string's length in the encoding. 470 static byte[] getStringBytes(String string, String encoding) { argument 450 putStringField(String string, ByteArrayOutputStream baos, String encoding) argument 483 getBytesString(byte[] bytes, String encoding) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/kern/ieee1275/ |
H A D | openfw.c | 443 char *encoding; local 453 encoding = grub_xasprintf ("ieee1275/%s,%d", device, partno); 456 encoding = grub_strdup (device); 461 return encoding;
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ |
H A D | terminfo.c | 644 int encoding = GRUB_TERM_CODE_TYPE_ASCII; 652 encoding = GRUB_TERM_CODE_TYPE_ASCII; 655 encoding = GRUB_TERM_CODE_TYPE_UTF8_LOGICAL; 658 encoding = GRUB_TERM_CODE_TYPE_UTF8_VISUAL; 679 cur->flags = (cur->flags & ~GRUB_TERM_CODE_TYPE_MASK) | encoding; 643 int encoding = GRUB_TERM_CODE_TYPE_ASCII; local
|
/osnet-11/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access_impl.h | 102 sectencoding_t encoding; member in struct:__anon1679 170 sectencoding_t encoding; /* standard or needing interpretation */ member in struct:__anon1686
|
/osnet-11/usr/src/lib/libvdp/common/ |
H A D | vdp_impl.c | 369 * uses Oracle org specific OUI, i.e the Oracle encoding to generate 372 * that the peer doesn't understand the Oracle encoding and a DEASSOC 1152 /* Add the Oracle specific encoding TLV */ 1154 logtrace("adding encoding\n"); 1339 vdp_vsimgr_encoding(uint8_t encoding) argument 1341 if (encoding == MVE_ORACLE_VSIMGRID_V1) 1344 return ("Unknown encoding");
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/ |
H A D | btrfs.c | 211 grub_uint16_t encoding; member in struct:grub_btrfs_extent_data 1056 if (data->extent->encoding) 1058 grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "encoding not supported");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_ctl.c | 2970 SV *encoding; local 3312 /* Store and reset encoding. */ 3313 encoding = PL_encoding; 3318 /* Restore encoding. */ 3319 PL_encoding = encoding;
|
H A D | sv.c | 3418 This is not as a general purpose byte encoding to Unicode interface: 3430 This is not as a general purpose byte encoding to Unicode interface: 3494 Attempt to convert the PV of an SV from UTF-8-encoded to byte encoding. 3495 This may not be possible if the PV contains non-byte encoding characters; 3499 This is not as a general purpose Unicode to byte encoding interface: 6206 /* Get $/ i.e. PL_rs into same encoding as stream wants */ 11452 The encoding is assumed to be an Encode object, on entry the PV 11453 of the sv is assumed to be octets in that encoding, and the sv 11456 If the sv already is UTF-8 (or if it is not POK), or if the encoding 11457 is not a reference, nothing is done to the sv. If the encoding i 11466 Perl_sv_recode_to_utf8(pTHX_ SV *sv, SV *encoding) argument 11525 Perl_sv_cat_decode(pTHX_ SV *dsv, SV *encoding, SV *ssv, int *offset, char *tstr, int tlen) argument [all...] |