| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | StringLexer.h | 23 typedef std::string::value_type Character; typedef 28 Character Peek(); 30 bool NextIf(Character c); 32 std::pair<bool, Character> NextIf(std::initializer_list<Character> cs); 36 Character Next();
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | StringLexer.cpp | 19 StringLexer::Character StringLexer::Peek() { return m_data[m_position]; } in Peek() 21 bool StringLexer::NextIf(Character c) { in NextIf() 30 std::pair<bool, StringLexer::Character> 31 StringLexer::NextIf(std::initializer_list<Character> cs) { in NextIf() 58 StringLexer::Character StringLexer::Next() { in Next()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | ReadMe.txt | 1 # Unicode Character Database 10 # UAX #44, "Unicode Character Database" 16 for the Unicode Character Database, for Version 15.0.0 of the Unicode Standard.
|
| H A D | NamedSqProv.txt | 6 # Unicode Character Database 9 # Provisional Unicode Named Character Sequences 18 # Code point sequences in the Unicode Character Database 31 # For more information, see UAX #34: Unicode Named Character
|
| H A D | NormalizationCorrections.txt | 6 # Unicode Character Database 10 # Unicode Character Database.
|
| H A D | PropertyAliases.txt | 7 # Unicode Character Database 51 # For more information, see UAX #44, Unicode Character Database, and
|
| H A D | CompositionExclusions.txt | 6 # Unicode Character Database 13 # Unicode Character Database.
|
| H A D | Jamo.txt | 6 # Unicode Character Database
|
| H A D | NamedSequences.txt | 6 # Unicode Character Database 9 # Unicode Named Character Sequences 12 # Character Database. 17 # Code point sequences in the Unicode Character Database 30 # For more information, see UAX #34: Unicode Named Character
|
| H A D | BidiBrackets.txt | 7 # Unicode Character Database 13 # Character Database.
|
| H A D | Blocks.txt | 6 # Unicode Character Database 117 2440..245F; Optical Character Recognition
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp_pack | 56 Character in 'C' format wrapped in pack at - line 3. 57 Character in 'C' format wrapped in pack at - line 3. 58 Character in 'c' format wrapped in pack at - line 3. 59 Character in 'c' format wrapped in pack at - line 3.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| H A D | 004gziphdr.t | 614 like $@, mkErr('Non ISO 8859-1 Character found in Name'); 615 like $GzipError, '/Non ISO 8859-1 Character found in Name/'; 626 like $GunzipError, '/Header Error: Non ISO 8859-1 Character found in Name/'; 640 like $@, mkErr('Null Character found in Name'); 641 like $GzipError, '/Null Character found in Name/'; 644 like $@, mkErr('Null Character found in Name'); 645 like $GzipError, '/Null Character found in Name/'; 665 like $@, mkErr('Non ISO 8859-1 Character found in Comment'); 666 like $GzipError, '/Non ISO 8859-1 Character found in Comment/'; 676 like $GunzipError, '/Header Error: Non ISO 8859-1 Character foun [all...] |
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlclib.pod | 222 =head2 Character Class Tests 225 All are more fully described in L<perlapi/Character classification> and 226 L<perlapi/Character case changing>. 272 C<toUPPER_uvchr>, as described in L<perlapi/Character case changing>.)
|
| H A D | perlrecharclass.pod | 4 perlrecharclass - Perl Regular Expression Character Classes 387 Character Properties>; for a 392 L<perlunicode/User-Defined Character Properties>. 440 =head2 Bracketed Character Classes 484 multi-character range (not even as one of its endpoints). (L</Character 512 L<C<(?[...])>|/Extended Bracketed Character Classes> class; otherwise 518 =head3 Special Characters Inside a Bracketed Character Class 566 POSIX character class (see L</POSIX Character Classes> below). It normally does 570 L</POSIX Character Classes> below), or it signals the end of the bracketed 591 =head3 Bracketed Character Classe [all...] |
| H A D | perl5221delta.pod | 187 L<perlrecharclass/Extended Bracketed Character Classes> caused panics instead 199 L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes> constructs 207 L<C<(?[...])>|perlrecharclass/Extended Bracketed Character Classes>
|
| H A D | perl584delta.pod | 41 =head2 Unicode Character Database 4.0.1 43 The copy of the Unicode Character Database included in Perl 5.8 has
|
| H A D | perlunicode.pod | 90 =head2 Byte and Character Semantics 97 "Character". 104 term "Character Semantics" in the title of this section refers to. 205 The bottom line is that Perl has always practiced "Character Semantics", 302 indications for Unicode; see L<perlre/Character set modifiers>. 335 Character classes in regular expressions match based on the character 347 See L</"Unicode Character Properties"> for more details. 351 See L</"User-Defined Character Properties"> for more details. 402 =head2 Unicode Character Properties 426 C<Bidi_Class> property (see L</"Bidirectional Character Type [all...] |
| H A D | perl587delta.pod | 16 =head2 Unicode Character Database 4.1.0 18 The copy of the Unicode Character Database included in Perl 5.8 has
|
| /openbsd-src/share/misc/ |
| H A D | usb_hid_usages | 270 0x24 Security Code Character Entered 271 0x25 Security Code Character Erased 1191 0x24 Character Gesture 1234 0x61 Gesture Character Quality 1235 0x62 Character Gesture Data Length 1236 0x63 Character Gesture Data 1237 0x64 Gesture Character Encoding 1238 0x65 UTF8 Character Gesture Encoding 1239 0x66 UTF16 Little Endian Character Gesture Encoding 1240 0x67 UTF16 Big Endian Character Gesture Encoding [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-2t.fin | 30 Character CHARACTER
|
| H A D | str-1t.fin | 36 Character CHRCTR
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-strip.rst | 121 Character Meaning Equivalent 126 ``[a-z]`` Character class ``[a-z]``
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | sun | 109 >12 belong 6 (Character synchronous)
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | README.ko | 229 Character Set)을 만드는 ISO/IEC JTC1/SC2/WG2의 웹 페이지
|