HomeSort by relevance Sort by last modified time
    Searched full:character (Results 876 - 900 of 10114) sorted by null

<<31323334353637383940>>

  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 24 * supplied character to the recording buffer but only if
49 * to reserve a character for the terminating null.
64 * Constructs an empty character recorder of fixed size currently
73 * Constructs a character recorder of fixed size that is a copy
107 * @param input the character to record
  /external/libxml2/
triostr.h 72 TRIO_STRING_PUBLIC char *trio_index TRIO_PROTO((const char *string, int character));
73 TRIO_STRING_PUBLIC char *trio_index_last TRIO_PROTO((const char *string, int character));
102 TRIO_STRING_PUBLIC int trio_xstring_append_char TRIO_PROTO((trio_string_t *self, char character));
122 TRIO_STRING_PUBLIC char *trio_string_index TRIO_PROTO((trio_string_t *self, int character));
123 TRIO_STRING_PUBLIC char *trio_string_index_last TRIO_PROTO((trio_string_t *self, int character));
  /external/openssl/crypto/des/
des.pod 55 a 16 character hexadecimal checksum, generated via the
88 character to generate the des key.
133 Generate a 16 character hexadecimal cbc checksum and output this to
169 is assumed to be a 16 character hexadecimal number.
172 option is used the key is assumed to be a 32 character hexadecimal
  /external/qemu/android/utils/
misc.h 26 /** CHARACTER TRANSLATION
28 ** converts one character into another in strings
56 /** DECIMAL AND HEXADECIMAL CHARACTER SEQUENCES
83 * - Parameters must be separated with a single ' ' character.
84 * - No '=' character is allowed in name and in value.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlkeysym.html 176 >Translated character</TD
262 > is non-zero then this a the UNICODE character corresponding to the keypress. If the high 9 bits of the character are 0, then this maps to the equivalent ASCII character:
270 printf("An International Character.\n");
  /external/regex-re2/re2/testing/
simplify_test.cc 34 // Posix character classes
48 // Perl character classes
91 // Character class simplification
103 // Empty character classes
106 // Full character classes
  /external/sfntly/cpp/src/sample/subtly/
font_info.cc 146 fprintf(stderr, "Error creating character map.\n");
180 int32_t character = character_iterator->Next(); local
181 if (!predicate_ || (*predicate_)(character)) {
183 (std::make_pair(character,
184 GlyphId(cmap_->GlyphId(character), font_id_)));
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 26 - Also implements some character classes useful when
38 /* Determine host character set. */
63 _sch_isprint = 0x0010, /* any printing character including ' ' */
84 /* Character classification. */
109 /* Character transformation. */
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 173 return ""; // Nothing can be inserted in front of a sign character.
181 * In addition, a sign character must be the very first character,
182 * and nothing can be inserted before an existing sign character.
210 return ""; // Only one character, and it was stripped.
  /frameworks/base/core/java/com/android/internal/http/multipart/
PartBase.java 58 * @param charSet The character encoding, or <code>null</code>
92 * Return the character encoding of this part.
110 * Sets the character encoding.
112 * @param charSet the character encoding, or <code>null</code> to exclude the character
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
java.lang.Character.UnicodeBlock.html 10 java.lang.Character.UnicodeBlock
74 Class java.lang.<A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html" target="_top"><font size="+2"><code>Character.UnicodeBlock</code></font></A>
86 <A NAME="java.lang.Character.UnicodeBlock.forName_changed(java.lang.String)"></A>
87 <nobr><code>UnicodeBlock</code>&nbsp;<A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html#forName(java.lang.String)" target="_top"><code>forName</code></A>(<code>String</code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
java.lang.Character.UnicodeBlock.html 10 java.lang.Character.UnicodeBlock
74 Class java.lang.<A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html" target="_top"><font size="+2"><code>Character.UnicodeBlock</code></font></A>
86 <A NAME="java.lang.Character.UnicodeBlock.forName_changed(java.lang.String)"></A>
87 <nobr><code>UnicodeBlock</code>&nbsp;<A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html#forName(java.lang.String)" target="_top"><code>forName</code></A>(<code>String</code>) </nobr>
  /libcore/luni/src/main/java/java/io/
PipedWriter.java 123 * Writes {@code count} characters from the character array {@code buffer}
134 * the index of the first character in {@code buffer} to write.
163 * Writes a single character {@code c} to this writer. This character can
171 * the character to write.
  /libcore/luni/src/main/java/org/xml/sax/
Locator.java 89 * to edit the character content of the original XML document.
99 * of the first character after the text associated with the document
116 * to edit the character content of the original XML document.
117 * For example, when lines contain combining character sequences, wide
126 * of the first character after the text associated with the document
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 82 assertEquals(false, domConfiguration.getParameter("check-character-normalization"));
83 assertSupported("check-character-normalization", false);
84 assertUnsupported("check-character-normalization", true);
406 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character");
439 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character");
452 for (int c = 0; c <= Character.MAX_VALUE; c++) {
458 errorRecorder.assertAllErrors("For character " + c,
459 DOMError.SEVERITY_ERROR, "wf-invalid-character");
473 for (int c = 0; c <= Character.MAX_VALUE; c++) {
479 errorRecorder.assertAllErrors("For character " + c
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
searchutility.h 36 // For single character items, we may also need Hanzi.
58 // When the user inputs a new character, AtomDictBase::extend_dict() will be
93 // step. When the user deletes a character from the string, MileStoneHandle
94 // objects for the the steps after that character should be reset; when the
98 // Indicate whether the newly added spelling ends with a splitting character
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 26 - Also implements some character classes useful when
38 /* Determine host character set. */
63 _sch_isprint = 0x0010, /* any printing character including ' ' */
84 /* Character classification. */
109 /* Character transformation. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 26 - Also implements some character classes useful when
38 /* Determine host character set. */
63 _sch_isprint = 0x0010, /* any printing character including ' ' */
84 /* Character classification. */
109 /* Character transformation. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 26 - Also implements some character classes useful when
38 /* Determine host character set. */
63 _sch_isprint = 0x0010, /* any printing character including ' ' */
84 /* Character classification. */
109 /* Character transformation. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 26 - Also implements some character classes useful when
38 /* Determine host character set. */
63 _sch_isprint = 0x0010, /* any printing character including ' ' */
84 /* Character classification. */
109 /* Character transformation. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 12 using some 8-bit character sets to messages.
17 RFC 2045 defines a method for including character set information in an
21 This module does not do the line wrapping or end-of-line character conversion
74 charset names the character set to use to encode the header. It defaults
112 # Ignore the last character of each line if it is a newline
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ucn.py 109 self.checkletter("REPLACEMENT CHARACTER", u"\uFFFD")
121 # bogus character name
126 # long bogus character name
153 # very very long bogus character name
158 'unknown Unicode character name',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 12 using some 8-bit character sets to messages.
17 RFC 2045 defines a method for including character set information in an
21 This module does not do the line wrapping or end-of-line character conversion
74 charset names the character set to use to encode the header. It defaults
112 # Ignore the last character of each line if it is a newline
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py 109 self.checkletter("REPLACEMENT CHARACTER", u"\uFFFD")
121 # bogus character name
126 # long bogus character name
153 # very very long bogus character name
158 'unknown Unicode character name',
  /external/clang/include/clang/Lex/
Lexer.h 64 /// the file in raw mode and get every character from the file.
75 // BufferPtr - Current pointer into the buffer. This is the next character
156 /// associated preprocessor object. Return true if the 'next character to
167 /// every character in the file, including whitespace and comments. This
223 /// getSourceLocation - Return a source location for the next character in
232 /// If Charify is true, this escapes the ' character instead of ".
302 /// character within the token. This handles trigraphs and escaped newlines.
304 unsigned Character,
322 /// a source location pointing to the last character in the token, etc.
347 /// \brief Accepts a range and returns a character range with file locations
    [all...]

Completed in 869 milliseconds

<<31323334353637383940>>