Home
last modified time | relevance | path

Searched refs:Character (Results 1 – 25 of 195) sorted by relevance

12345678

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStringLexer.h23 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 DStringLexer.cpp19 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 DReadMe.txt1 # 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 DNamedSqProv.txt6 # 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 DNormalizationCorrections.txt6 # Unicode Character Database
10 # Unicode Character Database.
H A DPropertyAliases.txt7 # Unicode Character Database
51 # For more information, see UAX #44, Unicode Character Database, and
H A DCompositionExclusions.txt6 # Unicode Character Database
13 # Unicode Character Database.
H A DJamo.txt6 # Unicode Character Database
H A DNamedSequences.txt6 # 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 DBidiBrackets.txt7 # Unicode Character Database
13 # Character Database.
H A DBlocks.txt6 # Unicode Character Database
117 2440..245F; Optical Character Recognition
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp_pack56 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 D004gziphdr.t614 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 Dperlclib.pod222 =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 Dperlrecharclass.pod4 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 Dperl5221delta.pod187 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 Dperl584delta.pod41 =head2 Unicode Character Database 4.0.1
43 The copy of the Unicode Character Database included in Perl 5.8 has
H A Dperlunicode.pod90 =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 Dperl587delta.pod16 =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 Dusb_hid_usages270 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 Dstr-2t.fin30 Character CHARACTER
H A Dstr-1t.fin36 Character CHRCTR
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-strip.rst121 Character Meaning Equivalent
126 ``[a-z]`` Character class ``[a-z]``
/openbsd-src/usr.bin/file/magdir/
H A Dsun109 >12 belong 6 (Character synchronous)
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.ko229 Character Set)을 만드는 ISO/IEC JTC1/SC2/WG2의 웹 페이지

12345678