/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/t/ |
H A D | utf8.t | 22 print "not " unless $@ && $@ =~ /^(Big byte|Wide character)/;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bytes.pm | 32 bytes - Perl pragma to force byte semantics rather than character semantics 48 The C<use bytes> pragma disables character semantics for the rest of the 52 Perl normally assumes character semantics in the presence of character 54 being of a particular character encoding). When C<use bytes> is in 58 As an example, when Perl sees C<$x = chr(400)>, it encodes the character 59 in UTF-8 and stores it in $x. Then it is marked as character data, so, 75 For more on the implications and differences between character
|
H A D | charnames.pm | 87 warnings::warnif('deprecated', qq{Unicode character name "$name" is deprecated, use "$alias2{$name}" instead}); 333 charnames - define character names for C<\N{named}> string literal escapes 360 standard Unicode character names. If C<:short> is present, and 462 Returns the full name of the character indicated by the numeric code. 538 but the old names in addition to giving the character 543 If you ask by name for a character that does not exist, a warning is 544 given and the Unicode I<replacement character> "\x{FFFD}" is returned. 546 If you ask by code for a character that does not exist, no warning is
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | crypt.t | 39 like($@, qr/Wide character in crypt/, "wide characters ungood"); 41 chop $a; # throw away the wide character
|
H A D | oct.t | 149 print $@ =~ /Wide character/ ? "ok $test\n" : "not ok $test\n"; $test++; 152 print $@ =~ /Wide character/ ? "ok $test\n" : "not ok $test\n"; $test++;
|
/osnet-11/usr/src/lib/libc/amd64/gen/ |
H A D | strrchr.s | 31 / Returns the pointer in sp at which the character c last
|
H A D | wschr.s | 30 / Wide character wcschr() implementation
|
/osnet-11/usr/src/lib/libc/i386/gen/ |
H A D | strrchr.s | 31 / Returns the pointer in sp at which the character c last
|
H A D | strchr.s | 32 mov 8(%esp), %edx / character to find 61 mov %edx, %ebx / copy character across all bytes in wd 90 test $0x000000ff, %ecx / look for character's position in word 112 cmpb %dl, %cl / check for character
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/ |
H A D | encoding.pm | 37 character set and encoding to Perl string data (Unicode and 39 Perl string data into the specified character set and encoding.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/ |
H A D | Unicode.pm | 84 I<Character Encoding Scheme> A character encoding form plus byte 85 serialization. There are Seven character encoding schemes in Unicode: 113 You can categorize these CES by 3 criteria: size of each character, 118 UCS-2 is a fixed-length encoding with each character taking 16 bits. 122 character whose ord value is larger than 0xFFFF is encountered, 129 form a character. Bogus surrogates result in death. When \x{10000} 133 UTF-32 (UCS-4) is a fixed-length encoding with each character taking 32 bits. 138 The first (and now failed) goal of Unicode was to map all character 140 Since each character is either a I<short> or I<long> in C, you have to 146 BE or LE, a character calle [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/ |
H A D | UCD.pm | 25 Unicode::UCD - Unicode character database 97 name name of the character IN UPPER CASE 98 category general category of the character 101 decomposition character decomposition mapping 112 block block the character belongs to (used in \p{In...}) 113 script script the character belongs to 281 With a B<code point argument> charblock() returns the I<block> the character 282 belongs to, e.g. C<Basic Latin>. Note that not all the character 288 to do the opposite and interpret the argument as a character block. The 345 character belong [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/ |
H A D | Base64.pm | 41 readable. A 65-character subset ([A-Za-z0-9+/=]) of US-ASCII is used, 42 enabling 6 bits to be represented per printable character. 66 Any character not part of the 65-character base64 subset is 67 silently ignored. Characters occurring after a '=' padding character 99 The '=' padding character occurs as the first or second character
|
H A D | QuotedPrint.pm | 40 printable characters in the ASCII character set. Each non-printable 41 character (as defined by English Americans) is represented by a 42 triplet consisting of the character "=" followed by two hexadecimal
|
/osnet-11/usr/src/lib/pam_modules/authtok_check/ |
H A D | rules.c | 196 * this function takes two inputs, a class identifier and a character, and 197 * returns non-null if the given character is a member of the class, based 349 Char2Int(char character) argument 351 if (isdigit(character)) { 352 return (character - '0'); 353 } else if (islower(character)) { 354 return (character - 'a' + 10); 355 } else if (isupper(character)) { 356 return (character - 'A' + 10);
|
/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | pt-limit.c | 27 /* The character set is not based on ISO-646. */ 28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/ |
H A D | encode.pm | 55 This DBM filter allows you to choose the character encoding will be
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/ |
H A D | Normalize.pm | 140 C<$string> is used as a string under character semantics 299 A C<MAYBE> string should contain at least one combining character 318 These functions are interface of character data used internally. 326 If the character of the specified codepoint is canonically 334 If the character of the specified codepoint is compatibility 350 Returns the combining class of the character as an integer. 354 Returns a boolean whether the character of the specified codepoint 359 Returns a boolean whether the character of the specified codepoint is 365 of the character of the specified codepoint 370 Returns a boolean whether the character o [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | Complete.pm | 50 Erases one character. 61 The completion character E<lt>tabE<gt> cannot be changed.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | Encode.pm | 310 Encode - character encodings 343 codepoint" for the character (the exceptions are those platforms where 357 "logical character". 365 I<character>: a character in the range 0..(2**32-1) (or more). 370 I<byte>: a character in the range 0..255 371 (A special case of a Perl character.) 566 If I<CHECK> is 0, (en|de)code will put a I<substitution character> 567 in place of a malformed character. For UCM-based encodings, 585 where your source data may contain partial multi-byte character [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/t/ |
H A D | attrs.t | 113 unless ($@ && $@ =~ m/Invalid separator character '[+]' in attribute list at/) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Overstrike.pm | 113 # This regex represents a single character, that's possibly underlined 114 # or in bold (in which case, it's three characters; the character, a 115 # backspace, and a character). Use [^\n] rather than . to protect 168 Characters in bold text are overstruck (character, backspace, character) and 170 (underscore, backspace, character). This format was originally designed for
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
H A D | s2p.PL | 138 the function character and the argument. The I<address>es and the 146 (without its trailing newline character) into the I<pattern space>, 173 L<"Basic Regular Expressions">), between the delimiting character C</>. 174 Any other character except C<\> or newline may be used to delimit a 203 backslashes in I<text> are deleted and the following character is taken 426 Any character other than backslash or newline can be used instead of a 428 To use the delimiter as a literal character within the regular expression 429 and the replacement, precede the character by a backslash (`C<\>'). 502 character at the corresponding position in I<string2>. It is possible 503 to use any character (othe [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2text.PL | 174 character, backspace, character. Italics and file names are rendered as 175 underscore, backspace, character. Many pagers, such as B<less>, know how 181 I<quotes> is a single character, it is used as both the left and right 182 quote; if I<quotes> is two characters, the first character is used as the
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_lex.l | 385 <S0>'{RGX_CHR}$ xyerror(D_CHR_NL, "newline encountered in character constant"); 393 * return the character as an integer immediate value. 396 xyerror(D_CHR_NULL, "empty character constant"); 407 xyerror(D_CHR_OFLOW, "character constant is " 448 * We look ahead to the next non-whitespace character. 560 * as a glob character and '*' also can be DT_TOK_STAR.
|