Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmbchar.c41 typedef enum {ASCII, A_ESC, A_ESC_DL, JIS, JIS_1, JIS_2, J_ESC, J_ESC_BR, enumerator
56 /*ASCII*/ { A_ESC, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII,ASCII,ASCII},
57 /*A_ESC*/ { ASCII, A_ESC_DL,ASCII, ASCII, ASCII, ASCII, ASCII,ASCII,ASCII},
58 /*A_ESC_DL*/{ ASCII, ASCII, ASCII, JIS, JIS, ASCII, ASCII,ASCII,ASCII},
63 /*J_ESC_BR*/{ INV, INV, INV, INV, ASCII, ASCII, INV, INV, INV },
65 /*J2_ESC_BR*/{INV, INV, INV, INV, ASCII, ASCII, INV, INV, INV },
100 static JIS_STATE save_state = ASCII;
186 save_state = ASCII;
/openbsd-src/gnu/usr.bin/perl/cpan/MIME-Base64/t/
H A Dbase64.t19 *ASCII = sub { return $_[0] };
23 *ASCII = sub { Encode::encode('ascii',$_[0]) };
308 [ASCII('a') => 'YQ=='],
309 [ASCII('aa') => 'YWE='],
310 [ASCII('aaa') => 'YWFh'],
312 [ASCII('aaa') => 'YWFh'],
313 [ASCII('aaa') => 'YWFh'],
314 [ASCII('aaa') => 'YWFh'],
318 [ASCII('Aladdin:open sesame') => 'QWxhZGRpbjpvcGVuIHNlc2FtZQ=='],
320 [ASCII('a') x 100 => 'YWFh' x 33 . 'YQ=='],
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dencod04.t15 # Initial, isolated, non-ASCII byte triggers CP1252 guess and later
42 my($guess) = "@output_lines" =~ m{Non-ASCII.*?Assuming ([\w-]+)};
54 fail "parser failed to detect non-ASCII bytes in input";
70 if (ord("A") != 65) { # ASCII-platform dependent test skipped on this platform
74 ($guess) = "@output_lines" =~ m{Non-ASCII.*?Assuming ([\w-]+)};
82 fail "parser failed to detect non-ASCII bytes in input";
102 if (ord("A") != 65) { # ASCII-platform dependent test skipped on this platform
106 ($guess) = "@output_lines" =~ m{Non-ASCII.*?Assuming ([\w-]+)};
114 fail "parser failed to detect non-ASCII bytes in input";
133 if (ord("A") != 65) { # ASCII
[all...]
/openbsd-src/regress/usr.bin/mandoc/char/unicode/
H A Dinput.out_ascii10 U+0000 0x00 <NUL>? lowest ASCII
11 U+001f 0x1f <US>? highest ASCII control character
12 U+007f 0x7f <DEL>? highest ASCII
17 U+0000 0xc080 ?? lowest obfuscated ASCII
18 U+007f 0xc1bf ?? highest obfuscated ASCII
21 0xc278 ?x ASCII instead of continuation
25 U+0000 0xe08080 ??? lowest obfuscated ASCII
26 U+007f 0xe081bf ??? highest obfuscated ASCII
48 U+0000 0xf0808080 ???? lowest obfuscated ASCII
49 U+007f 0xf08081bf ???? highest obfuscated ASCII
H A Dinput.out_utf810 U+0000 0x00 �? lowest ASCII
11 U+001f 0x1f �? highest ASCII control character
12 U+007f 0x7f �? highest ASCII
17 U+0000 0xc080 ?? lowest obfuscated ASCII
18 U+007f 0xc1bf ?? highest obfuscated ASCII
21 0xc278 ?x ASCII instead of continuation
25 U+0000 0xe08080 ??? lowest obfuscated ASCII
26 U+007f 0xe081bf ??? highest obfuscated ASCII
27 U+0080 0xe08280 ??? lowest obfuscated two-byte
28 U+07FF 0xe09fbf ??? highest obfuscated two-byte
[all …]
H A Dascii.out_utf81 CHAR-UNICODE-ASCII(1) General Commands Manual CHAR-UNICODE-ASCII(1)
4 char-unicode-ascii - Unicode characters in the ASCII range
31 OpenBSD May 16, 2024 CHAR-UNICODE-ASCII(1)
H A Dascii.out_ascii1 CHAR-UNICODE-ASCII(1) General Commands Manual CHAR-UNICODE-ASCII(1)
4 char-unicode-ascii - Unicode characters in the ASCII range
31 OpenBSD May 16, 2024 CHAR-UNICODE-ASCII(1)
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dmime-header.t37 push(@decode_long_tests, "=?utf-8?Q?a?= =?US-ASCII?Q?b?= " x 200 => "ab" x 200 . " ");
41 push(@decode_long_tests, "=?utf-8?Q?a?= =?US-ASCII?Q?b?= " x 10000 => "ab" x 10000 . " ");
48 "=?US-ASCII?Q?Keith_Moore?=" => "Keith Moore",
65 "=?US-ASCII*EN?Q?Keith_Moore?=" => "Keith Moore",
67 "=?US-ASCII*en-US?Q?Keith_Moore?=" => "Keith Moore",
72 "=?US-ASCII?Q?a?=\r\n=?US-ASCII?Q?b?=" => "a\r\nb",
77 "=?US-ASCII?Q?a?=\r\n =?US-ASCII?Q?b?=\r\n=?US-ASCII
[all...]
/openbsd-src/regress/usr.bin/mandoc/roff/ll/
H A Dbasic.out_ascii7 This is a longer text to demonstrate the default line length. In ASCII
12 ASCII mode, it is expected to
16 In ASCII mode, it is expected to break at column 78.
18 …This is another long text to demonstrate longer lines. In ASCII mode, it is not expected to break…
21 ASCII mode, it is expected to break at column 78.
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DStringPrinter.cpp136 DecodedCharBuffer GetPrintableImpl<StringElementType::ASCII>( in GetPrintableImpl()
176 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next, in GetPrintableImpl()
225 case StringElementType::ASCII: in GetPrintable()
226 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next, in GetPrintable()
241 case GetPrintableElementType::ASCII: in GetDefaultEscapingHelper()
246 : StringElementType::ASCII, in GetDefaultEscapingHelper()
429 if (elem_type == StringElementType::ASCII && !options.GetSourceSize()) { in ReadEncodedBufferAndDumpToStream()
464 if (elem_type == StringElementType::ASCII) in ReadEncodedBufferAndDumpToStream()
487 GetPrintableElementType print_style = (elem_type == StringElementType::ASCII) in ReadEncodedBufferAndDumpToStream()
488 ? GetPrintableElementType::ASCII in ReadEncodedBufferAndDumpToStream()
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlebcdic.pod25 on an L</ASCII> one, but with different underlying numbers, as we'll see
26 shortly. You'll have to know something about those L</ASCII> platforms
29 modules that are written for EBCDIC and which don't work on ASCII;
30 instead the vast majority of CPAN modules are written for ASCII, and
38 work on an ASCII machine without change.
43 ASCII one. That's fine to do if no one will ever want to run your code
44 on an ASCII platform; but the bias in this document will be towards writing
45 code portable between EBCDIC and ASCII systems. Again, if every
47 don't have to know anything about ASCII, but many keyboards don't easily
50 In those cases it's easiest to know something about the ASCII/Unicod
60 =head2 ASCII global() section in COMMON CHARACTER CODE SETS
[all...]
H A Dperlrecharclass.pod112 very much like an ASCII DIGIT EIGHT (U+0038), and LEPCHA DIGIT SIX
113 (U+1C46) looks very much like an ASCII DIGIT FIVE (U+0035). An
115 is expecting only the ASCII digits might be misled, or if the match is
154 English word, but in the ASCII range it is the same as a string of
204 language identifiers beyond the ASCII range, you may wish to instead use the
489 'ss' =~ /\A[\xDF-\xDF]\z/ui # Matches on ASCII platforms, since
620 the class. For instance, C<[0-9]> matches any ASCII digit, and C<[a-m]>
621 matches any lowercase letter from the first half of the ASCII alphabet.
640 [a-z] # Matches a character that is a lower case ASCII letter.
654 non-ASCII platform
[all...]
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.os39023 The native character set for z/OS is EBCDIC, but it can also run in ASCII mode.
25 other. You could have both an ASCII perl, and an EBCDIC perl on the same
26 machine. If you use ASCII mode and an ASCII perl, the Encode module shipped
30 This document describes how to build a 64-bit Dynamic Perl, either ASCII or
50 =head2 Building a 64-bit Dynamic ASCII Perl
75 and tag all the code as ASCII:
80 Configure the build environment as 64-bit, Dynamic, ASCII, development,
109 machine. On z/OS, it could be an ASCII perl, or a previous EBCDIC one.
113 Follow the directions above in "Building a 64-bit Dynamic ASCII Perl" as far as
146 build it. This is analagous to how you would build the code for ASCII, but
[all …]
H A DREADME.bs20005 ASCII->EBCDIC translation worked out correctly. You can read more
43 To extract an ASCII tar archive on BS2000 POSIX you need an ASCII
45 you extract the archive in the ASCII filesystem without
182 =head2 Using PerlIO and different encodings on ASCII and EBCDIC partitions
197 to get two files containing "Hello World!\n" in ASCII, EBCDIC, ISO
198 Latin-1 (in this example identical to ASCII) respective UTF-EBCDIC (in
203 the type of your filesystem (ASCII or EBCDIC) and the IO_CONVERSION
212 Now your IO would be ASCII on ASCII partitions and EBCDIC on EBCDIC
H A DREADME.ko137 US-ASCII와 KS X 1001을 같이 쓰는 멀티바이트 인코딩으로 흔히
150 US-ASCII와 KS X 1001에 8,822자의 한글 음절을 더한 것으로 인코딩 방식은 전혀 다름.
154 RFC 1557에서 규정한 한국어 인터넷 메일 교환용 인코딩으로 US-ASCII
161 US-ASCII와 결합하지 않고 단독으로 쓰이는 일은 X11 등에서 글꼴
/openbsd-src/gnu/usr.bin/perl/dist/encoding-warnings/lib/encoding/
H A Dwarnings.pm159 sub ASCII () { 0 } subroutine
224 my $rv = eval { $self->[ASCII]->decode($_[0], Encode::FB_CROAK()) };
/openbsd-src/usr.bin/file/magdir/
H A Dnews6 0 string StartFontMetrics ASCII font metrics
7 0 string StartFont ASCII font bits
H A Dframe21 0 string \<MIFFile FrameMaker MIF (ASCII) file
44 #0 string \<Book\ FrameMaker Book (ASCII) file
H A Duuencode4 # uuencode: file(1) magic for ASCII-encoded files
26 # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dscript_run.t101 "Script with own zero works with ASCII digits"); # perl #133547
103 "Script without own zero works with ASCII digits");
106 "Non-ASCII Common digits work with Latin"); # perl #133547
108 "Non-ASCII Common digits work with Latin"); # perl #133547
110 "Non-ASCII Common digits work with Latin"); # perl #133547
112 "Non-ASCII Common digits work with Latin"); # perl #133547
114 "Non-ASCII Common digits work with Latin"); # perl #133547
116 "Non-ASCII Common digits work with Greek"); # perl #133547
118 "Non-ASCII Common digits work with Greek"); # perl #133547
H A Dcharset.t20 # least one of each type: ASCII-range, non-ASCII range Latin-1, and above
200 # Everything always matches in ASCII, or under /u, or under /l
211 $reason = "\"$char\" is non-ASCII, which can't be a $class under /$charset_display";
212 $neg_reason = "\"$char\" is non-ASCII, which is a $complement under /$charset_display";
220 # We are using the C locale, which is essentially ASCII,
232 $reason = "\"$char\" is above-ASCII latin1, which requires utf8 to be a $class under /$charset_display";
233 $neg_reason = "\"$char\" is above-ASCII latin1, which is a $complement under /$charset_display (unless in utf8)";
302 # after. We test with ASCII, Latin1 and Unicode non-word chars
/openbsd-src/gnu/usr.bin/texinfo/po/
H A Den@quot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
H A Den@boldquot.header2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp172 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
187 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
263 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
280 StringPrinter::StringElementType::ASCII>(options); in NSStringSummaryProvider()
/openbsd-src/lib/libkeynote/
H A DHOWTO.add.crypto4 hash functions, and ASCII encoding mechanisms in this implementation.
52 For an ASCII-encoding algorithm:
63 ASCII-encoded keys.

12345678910>>...15