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

<<21222324252627282930>>

  /external/srec/portable/include/
ptypes.h 202 * narrow character.
210 * Locale-independant character.
215 * Locale-independant integer-representation of a character. Used by fgetc() and others.
340 * Converts LCHAR character to uppercase.
345 * Converts LCHAR character to lowercase.
377 * Locale-independant integer-representation of a character. Used by fgetc() and others.
434 * Converts LCHAR character to uppercase.
439 * Converts LCHAR character to lowercase.
470 * +1 for sign character [+, -]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscaper.java 132 // Get a replacement for the current character.
179 * Returns the escaped form of the given character, or {@code null} if this character does not
180 * need to be escaped. If an empty array is returned, this effectively strips the input character
183 * <p>If the character does not need to be escaped, this method should return {@code null}, rather
184 * than a one-character array containing the character itself. This enables the escaping algorithm
190 * @param c the character to escape if necessary
196 * Helper method to grow the character buffer as needed, this only happens once in a while so it's
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscaper.java 133 // Get a replacement for the current character.
180 * Returns the escaped form of the given character, or {@code null} if this character does not
181 * need to be escaped. If an empty array is returned, this effectively strips the input character
184 * <p>If the character does not need to be escaped, this method should return {@code null}, rather
185 * than a one-character array containing the character itself. This enables the escaping algorithm
191 * @param c the character to escape if necessary
197 * Helper method to grow the character buffer as needed, this only happens once in a while so it's
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictDecoder.java 129 int character = CharEncoding.readChar(mDictBuffer); local
130 addressPointer += CharEncoding.getCharSize(character);
131 while (FormatSpec.INVALID_CHARACTER != character) {
135 mCharacterBuffer[index++] = character;
136 character = CharEncoding.readChar(mDictBuffer);
137 addressPointer += CharEncoding.getCharSize(character);
141 final int character = CharEncoding.readChar(mDictBuffer); local
142 addressPointer += CharEncoding.getCharSize(character);
143 characters = new int[] { character };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
53 PEEKC() Return the value of the next character in the regular
55 PEEKC() should return the same character which should
56 also be the next character returned by GETC().
62 is a pointer to the character after the last character of
208 first character matched and `loc2' points to the next unmatched
209 character. */
215 position of the first unmatched character. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
53 PEEKC() Return the value of the next character in the regular
55 PEEKC() should return the same character which should
56 also be the next character returned by GETC().
62 is a pointer to the character after the last character of
208 first character matched and `loc2' points to the next unmatched
209 character. */
215 position of the first unmatched character. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 49 GETC() Return the value of the next character in the regular
53 PEEKC() Return the value of the next character in the regular
55 PEEKC() should return the same character which should
56 also be the next character returned by GETC().
62 is a pointer to the character after the last character of
208 first character matched and `loc2' points to the next unmatched
209 character. */
215 position of the first unmatched character. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 38 raise UnicodeError("Invalid character %r" % c)
48 # 2) If a string contains any RandALCat character, the string
49 # MUST NOT contain any LCat character.
53 # 3) If a string contains any RandALCat character, a
54 # RandALCat character MUST be the first character of the
55 # string, and a RandALCat character MUST be the last
56 # character of the string.
122 raise UnicodeError("Invalid character in IDN label")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 38 raise UnicodeError("Invalid character %r" % c)
48 # 2) If a string contains any RandALCat character, the string
49 # MUST NOT contain any LCat character.
53 # 3) If a string contains any RandALCat character, a
54 # RandALCat character MUST be the first character of the
55 # string, and a RandALCat character MUST be the last
56 # character of the string.
122 raise UnicodeError("Invalid character in IDN label")
  /external/chromium_org/third_party/icu/source/common/
rbbirpt.txt 14 # state transitions that occur for each input character.
38 # | | |--- Transition to this state if the current input character matches the input
39 # | | character or char class in the left hand column. "pop" causes the next
43 # | character from the input only if 'n' appears here.
45 # |--- Character or named character classes to test for. If the current character being scanned
47 # The input character is tested sequentally, in the order written. The characters and
48 # character classes tested for do not need to be mutually exclusive. The first match wins.
102 # term. Eat through a single rule character, or a composite thing, whic
    [all...]
uinvchar.h 53 * Get the ordinal number of an uppercase invariant character
67 * Compare two EBCDIC invariant-character strings in ASCII order.
75 * Compare two invariant-character strings in ASCII order.
  /external/chromium_org/third_party/icu/source/common/unicode/
uset.h 70 * an input character directly against the closure set.
103 * the current character is contained vs. not contained in the set.
159 * Stops before the first set element (character or string).
195 * with a match at each position with the longest single set element (character or string).
256 * @param start first character of the range, inclusive
257 * @param end last character of the range, inclusive
381 * @param start first character in the set, inclusive
382 * @param end last character in the set, inclusive
397 * The character at pattern[0] must be a '['.
403 * the index of the character after the closing ']'
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
rle.h 45 * A character represents itself, unless it is the ESCAPE character. Then
48 * ESCAPE n c n instances of character c
  /external/chromium_org/third_party/icu/source/tools/toolutil/
flagparser.c 89 * Extract the setting after the '=' and store it in flag excluding the newline character.
107 /* Indicates a new line character. End here. */
125 * Get the position after the '=' character.
  /external/chromium_org/ui/keyboard/resources/elements/
kb-altkey.html 94 * Character value associated with the key. Typically, the value is a
95 * single character, but may be multi-character in cases like a ".com"
  /external/chromium_org/v8/test/webkit/fast/regex/
invalid-range-in-class-expected.txt 24 This page tests invalid character ranges in character classes.
31 PASS /[c-a]+/.exec("-acbd"); threw exception SyntaxError: Invalid regular expression: /[c-a]+/: Range out of order in character class.
  /external/guava/guava/src/com/google/common/base/
Charsets.java 32 * US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).
63 * Please do not add new Charset references to this class, unless those character encodings are
66 * Javadocs for the list of built-in character encodings.
  /external/hamcrest/src/org/hamcrest/
BaseDescription.java 30 } else if (value instanceof Character) {
32 toJavaSyntax((Character) value);
88 * The default implementation passes every character to {@link #append(char)}.
  /external/icu4c/common/
patternprops.h 54 * @return TRUE if c is a Pattern_White_Space character.
60 * @return The smallest pointer at or after s with a non-white space character.
79 * a Pattern_White_Space or Pattern_Syntax character.
rbbirpt.txt 14 # state transitions that occur for each input character.
38 # | | |--- Transition to this state if the current input character matches the input
39 # | | character or char class in the left hand column. "pop" causes the next
43 # | character from the input only if 'n' appears here.
45 # |--- Character or named character classes to test for. If the current character being scanned
47 # The input character is tested sequentally, in the order written. The characters and
48 # character classes tested for do not need to be mutually exclusive. The first match wins.
102 # term. Eat through a single rule character, or a composite thing, whic
    [all...]
  /external/icu4c/common/unicode/
uset.h 70 * an input character directly against the closure set.
97 * the current character is contained vs. not contained in the set.
153 * Stops before the first set element (character or string).
189 * with a match at each position with the longest single set element (character or string).
260 * @param start first character of the range, inclusive
261 * @param end last character of the range, inclusive
385 * @param start first character in the set, inclusive
386 * @param end last character in the set, inclusive
401 * The character at pattern[0] must be a '['.
407 * the index of the character after the closing ']'
    [all...]
  /external/icu4c/layout/
LEFontInstance.h 21 * <code>LEFontInstance::mapCharToGlyph</code> to adjust character codes before the character
23 * and character mirroring - replacing a character which has both a left and a right
40 * @param ch - the input character
42 * @return the adjusted character
60 * character to glyph mapping, and obtain metrics information without knowing any platform
191 * render the given character. This can usually be done
192 * by looking the character up in the font's character
    [all...]
  /external/icu4c/tools/genrb/
rle.h 45 * A character represents itself, unless it is the ESCAPE character. Then
48 * ESCAPE n c n instances of character c
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Field.java 109 case CHARACTER:
110 //character is also stored as a number, because sometimes the new blender version uses
111 //other number type instead of character as a field type
116 Character[] data = new Character[dataToRead];
118 data[i] = Character.valueOf((char) blenderInputStream.readByte());
120 value = new DynamicArray<Character>(tableSizes, data);
251 * This method removes the required character from the text.
255 * the character to be removed
273 if (Character.isWhitespace(text.charAt(i))) {
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ScanHandler.java 55 Reports an entity reference or character reference.
79 Reports character content.
115 Returns the value of the last entity or character reference reported.

Completed in 894 milliseconds

<<21222324252627282930>>