Home
last modified time | relevance | path

Searched refs:character (Results 1 – 25 of 1870) sorted by relevance

12345678910>>...75

/external/proguard/src/proguard/
DWordReader.java347 private boolean isOption(char character) in isOption() argument
349 return character == '-'; in isOption()
353 private boolean isComment(char character) in isComment() argument
355 return character == COMMENT_CHARACTER; in isComment()
359 private boolean isDelimiter(char character) in isDelimiter() argument
361 return character == '@' || in isDelimiter()
362 character == '{' || in isDelimiter()
363 character == '}' || in isDelimiter()
364 character == '(' || in isDelimiter()
365 character == ')' || in isDelimiter()
[all …]
/external/python/cpython3/Doc/library/
Dcurses.ascii.rst13 functions to test membership in various ASCII character classes. The constants
51 | :const:`SO` | Shift-out, begin alternate character set |
53 | :const:`SI` | Shift-in, resume default character set |
101 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or
107 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
113 Checks for a character value that fits in the 7-bit ASCII set.
118 Checks for an ASCII whitespace character; space or horizontal tab.
123 Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
134 Checks for ASCII any printable character except space.
139 Checks for an ASCII lower-case character.
[all …]
Demail.charset.rst1 :mod:`email.charset`: Representing character sets
16 This module provides a class :class:`Charset` for representing character sets
17 and character set conversions in email messages, as well as a character set
27 Map character sets to their email properties.
30 specific character set. It also provides convenience routines for converting
31 between character sets, given the availability of the applicable codecs. Given
32 a character set, it will do its best to provide information on how to use that
33 character set in an email message in an RFC-compliant way.
35 Certain character sets must be encoded with quoted-printable or base64 when used
36 in email headers or bodies. Certain character sets must be converted outright,
[all …]
Dunicodedata.rst13 single: character
19 defines character properties for all Unicode characters. The data contained in
31 Look up character by name. If a character with the given name is found, return
32 the corresponding character. If not found, :exc:`KeyError` is raised.
40 Returns the name assigned to the character *chr* as a string. If no
47 Returns the decimal value assigned to the character *chr* as integer.
54 Returns the digit value assigned to the character *chr* as integer.
61 Returns the numeric value assigned to the character *chr* as float.
68 Returns the general category assigned to the character *chr* as
74 Returns the bidirectional class assigned to the character *chr* as
[all …]
/external/python/cpython2/Doc/library/
Dcurses.ascii.rst14 functions to test membership in various ASCII character classes. The constants
52 | :const:`SO` | Shift-out, begin alternate character set |
54 | :const:`SI` | Shift-in, resume default character set |
102 Checks for an ASCII alphanumeric character; it is equivalent to ``isalpha(c) or
108 Checks for an ASCII alphabetic character; it is equivalent to ``isupper(c) or
114 Checks for a character value that fits in the 7-bit ASCII set.
119 Checks for an ASCII whitespace character; space or horizontal tab.
124 Checks for an ASCII control character (in the range 0x00 to 0x1f or 0x7f).
135 Checks for ASCII any printable character except space.
140 Checks for an ASCII lower-case character.
[all …]
Demail.charset.rst1 :mod:`email.charset`: Representing character sets
8 This module provides a class :class:`Charset` for representing character sets
9 and character set conversions in email messages, as well as a character set
21 Map character sets to their email properties.
24 specific character set. It also provides convenience routines for converting
25 between character sets, given the availability of the applicable codecs. Given
26 a character set, it will do its best to provide information on how to use that
27 character set in an email message in an RFC-compliant way.
29 Certain character sets must be encoded with quoted-printable or base64 when used
30 in email headers or bodies. Certain character sets must be converted outright,
[all …]
Dunicodedata.rst14 single: character
18 character properties for all Unicode characters. The data in this database is
29 Look up character by name. If a character with the given name is found, return
30 the corresponding Unicode character. If not found, :exc:`KeyError` is raised.
35 Returns the name assigned to the Unicode character *unichr* as a string. If no
42 Returns the decimal value assigned to the Unicode character *unichr* as integer.
49 Returns the digit value assigned to the Unicode character *unichr* as integer.
56 Returns the numeric value assigned to the Unicode character *unichr* as float.
63 Returns the general category assigned to the Unicode character *unichr* as
69 Returns the bidirectional class assigned to the Unicode character *unichr* as
[all …]
Demail.header.rst14 internationalized, such that language specific character sets can now be used in
40 character? We did this by creating a :class:`Header` instance and passing in
41 the character set that the byte string was encoded in. When the subsequent
44 header using the embedded ISO-8859-1 character.
53 Create a MIME-compliant header that can contain strings in different character
62 argument to the :meth:`append` method. It also sets the default character set
65 character set is used both as *s*'s initial charset and as the default for
76 and is usually either a space or a hard tab character. This character will be
78 space character (" ").
88 instance (see :mod:`email.charset`) or the name of a character set, which
[all …]
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt16 states consume a single character, which may have various side-effects,
18 same character, or switches it to a new state (to consume the next
19 character), or repeats the same state (to consume the next character).
32 following tokens: DOCTYPE, start tag, end tag, comment, character,
42 Comment and character tokens have data.
78 Consume the next input character:
83 character reference data state.
95 In any case, emit the input character as a character token. Stay
113 In any case, emit the input character as a character token. Stay
120 Emit the input character as a character token. Stay in the data
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DText_Suite.py56 class character(aetools.ComponentItem): class
64 characters = character
100 'character' : character,
114 'character' : character,
118 character._superclassnames = ['item']
119 character._privpropdict = {
125 character._privelemdict = {
127 'character' : character,
140 'character' : character,
153 'character' : character,
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
DText_Suite.py56 class character(aetools.ComponentItem): class
64 characters = character
100 'character' : character,
114 'character' : character,
118 character._superclassnames = ['item']
119 character._privpropdict = {
125 character._privelemdict = {
127 'character' : character,
140 'character' : character,
153 'character' : character,
[all …]
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DDecimalFormatSymbols.java.patch5 * Returns the character used for zero. Different for Arabic, etc.
6 * @return the character
23 * @param zeroDigit the zero character.
30 * Returns the character used for grouping separator. Different for French, etc.
31 * @return the thousands character
38 * Sets the character used for grouping separator. Different for French, etc.
39 * @param groupingSeparator the thousands character
46 * Returns the character used for decimal sign. Different for French, etc.
47 * @return the decimal character
54 * Returns the character used for mille percent sign. Different for Arabic, etc.
[all …]
/external/sfntly/cpp/src/sample/subtly/
Dcharacter_predicate.cc31 bool AcceptRange::operator()(int32_t character) const { in operator ()()
32 return start_ <= character && character <= end_; in operator ()()
44 bool AcceptSet::operator()(int32_t character) const { in operator ()()
45 return characters_->find(character) != characters_->end(); in operator ()()
49 bool AcceptAll::operator()(int32_t character) const { in operator ()()
50 UNREFERENCED_PARAMETER(character); in operator ()()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
DReaderException.java23 private final char character; field in ReaderException
26 public ReaderException(String name, int position, char character, String message) { in ReaderException() argument
29 this.character = character; in ReaderException()
38 return character; in getCharacter()
47 return "unacceptable character '" + character + "' (0x" in toString()
48 + Integer.toHexString((int) character).toUpperCase() + ") " + getMessage() in toString()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DArabicCharacterData.java44 private Record(int character) in Record() argument
46 codePoint = character; in Record()
47 generalCategory = UCharacter.getType(character); in Record()
48 … decompositionType = UCharacter.getIntPropertyValue(character, UProperty.DECOMPOSITION_TYPE); in Record()
55 decomposition = Normalizer.compose(UCharacter.toString(character), true); in Record()
59 decomposition = Normalizer.decompose(UCharacter.toString(character), true); in Record()
78 private void add(int character) in add() argument
80 records[recordIndex++] = new Record(character); in add()
DCanonicalCharacterData.java28 Record(int character, int script) in Record() argument
30 String char32 = UCharacter.toString(character); in Record()
34 composed = character; in Record()
54 dumpEquivalents(character, equivs); in Record()
89 private void dumpEquivalents(int character, Vector equivs) in dumpEquivalents() argument
93 System.out.println(Utility.hex(character, 6) + " - " + count + ":"); in dumpEquivalents()
122 public void add(int character) in add() argument
124 int script = UScript.getScript(character); in add()
131 recordVector.add(new Record(character, script)); in add()
/external/v8/src/inspector/
Dstring-16.cc260 UChar32 character = 0; in readUTF8Sequence() local
265 character += static_cast<unsigned char>(*sequence++); in readUTF8Sequence()
266 character <<= 6; in readUTF8Sequence()
269 character += static_cast<unsigned char>(*sequence++); in readUTF8Sequence()
270 character <<= 6; in readUTF8Sequence()
273 character += static_cast<unsigned char>(*sequence++); in readUTF8Sequence()
274 character <<= 6; in readUTF8Sequence()
277 character += static_cast<unsigned char>(*sequence++); in readUTF8Sequence()
278 character <<= 6; in readUTF8Sequence()
281 character += static_cast<unsigned char>(*sequence++); in readUTF8Sequence()
[all …]
/external/libxml2/os400/iconv/
DREADME.iconv4 - Supported character sets names are all of the form IBMCCSIDccsid..., where
5 ccsid is a decimal 5-digit integer identifying an IBM coded character set.
6 In addition, character set names have to be given in EBCDIC.
7 Standard character set names like "UTF-8" are NOT recognized.
18 - All IANA character set names are recognized in a coding- and case-insensitive
20 http://www.iana.org/assignments/character-sets/character-sets.xhtml
33 - http://www.iana.org/assignments/character-sets/character-sets.xhtml provides
34 all IANA registered character set names and aliases associated with a
35 MIBenum, that is a unique character set identifier.
40 possible character set name and associating each of them with its
/external/testng/src/main/java/org/testng/reporters/
DXMLUtils.java126 char character = iterator.current(); in escape() local
127 while (character != CharacterIterator.DONE) { in escape()
128 if (character == '<') { in escape()
130 } else if (character == '>') { in escape()
132 } else if (character == '\"') { in escape()
134 } else if (character == '\'') { in escape()
136 } else if (character == '&') { in escape()
139 result.append(character); in escape()
141 character = iterator.next(); in escape()
/external/fonttools/Lib/fontTools/ufoLib/
Dfilenames.py83 for character in userName:
85 if character in illegalCharacters:
86 character = "_"
88 elif character != character.lower():
89 character += "_"
90 filteredUserName.append(character)
/external/fonttools/Lib/fontTools/misc/
Dfilenames.py92 for character in userName:
94 if character in illegalCharacters:
95 character = "_"
97 elif character != character.lower():
98 character += "_"
99 filteredUserName.append(character)
/external/icu/icu4c/source/data/translit/
DLatin_ASCII.txt22 # Some of the following mappings (noted) are from CLDR ‹character-fallback› data.
23 # (Note, here "‹character-fallback›" uses U+2039/U+203A to avoid XML issues)
27 Æ → AE ; # 00C6;LATIN CAPITAL LETTER AE (from ‹character-fallback›)
31 ß → ss ; # 00DF;LATIN SMALL LETTER SHARP S (from ‹character-fallback›)
32 æ → ae ; # 00E6;LATIN SMALL LETTER AE (from ‹character-fallback›)
48 ʼn → \'n ; # 0149;LATIN SMALL LETTER N PRECEDED BY APOSTROPHE (from ‹character-fallback›)
51 Œ → OE ; # 0152;LATIN CAPITAL LIGATURE OE (from ‹character-fallback›)
52 œ → oe ; # 0153;LATIN SMALL LIGATURE OE (from ‹character-fallback›)
302 © → '(C)' ; # 00A9;COPYRIGHT SIGN (from ‹character-fallback›)
303 ® → '(R)' ; # 00AE;REGISTERED SIGN (from ‹character-fallback›)
[all …]
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td17 "null character(s) preserved in %select{char|string}0 literal">,
19 def null_in_file : Warning<"null character ignored">, InGroup<NullCharacter>;
40 def trigraph_converted : Warning<"trigraph converted to '%0' character">,
76 "missing terminating %select{'|'\"'}0 character">, InGroup<InvalidPPToken>;
77 def ext_empty_character : ExtWarn<"empty character constant">,
81 "invalid argument to convert to character">;
82 def err_unterminated___pragma : Error<"missing terminating ')' character">;
90 "invalid character '%0' character in raw string delimiter"
99 "multi-character character constant">, InGroup<MultiChar>;
101 "multi-character character constant">, InGroup<FourByteMultiChar>;
[all …]
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DText_Suite.py32 class character(aetools.ComponentItem): class
115 character._superclassnames = ['text']
116 character._privpropdict = {
119 character._privelemdict = {
145 'character' : character,
195 'cha ' : character,
/external/testng/src/test/java/org/testng/
DAssertTest.java159 char character; field in AssertTest.Asymmetric
161 Asymmetric(int integer, char character) { in Asymmetric() argument
163 this.character = character; in Asymmetric()
174 if (character != that.character) return false; in equals()
182 result = 31 * result + (int) character; in hashCode()

12345678910>>...75