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

<<31323334353637383940>>

  /external/chromium_org/third_party/icu/source/common/
ucnv_lmb.c 49 (Lotus Multi-Byte Character Set)
58 Since the LMBCS character set is only sparsely documented in existing
67 -Maximal speed of conversion into the existing national character sets
71 All of the national character sets LMBCS was trying to encode are 'ANSI'
73 same common Latin unaccented characters and symbols in all character sets.
103 which national character standard is being used for the 'D' bytes.
104 In the comments we show the common name and the IBM character-set ID
105 for these character-set announcers:
123 character is one of those 12 values, you can interpret the remaining bytes of
124 that character as coming from one of those character sets. Since the lower
    [all...]
  /external/icu4c/common/
ucnv_lmb.c 49 (Lotus Multi-Byte Character Set)
58 Since the LMBCS character set is only sparsely documented in existing
67 -Maximal speed of conversion into the existing national character sets
71 All of the national character sets LMBCS was trying to encode are 'ANSI'
73 same common Latin unaccented characters and symbols in all character sets.
103 which national character standard is being used for the 'D' bytes.
104 In the comments we show the common name and the IBM character-set ID
105 for these character-set announcers:
123 character is one of those 12 values, you can interpret the remaining bytes of
124 that character as coming from one of those character sets. Since the lower
    [all...]
  /cts/tools/dasm/src/java_cup/
lexer.java 54 /** First character of lookahead. */
57 /** Second character of lookahead. */
76 /** Table of single character symbols. For ease of implementation, we
77 * store all unambiguous single character tokens in this table of Integer
79 * appropriate char (currently Character objects have a bug which precludes
91 /** Character position in current line. */
127 /* set up the table of single character symbols */
144 /** Advance the scanner one character in the input stream. This moves
197 /** Determine if a character is ok to start an id.
198 * @param ch the character in question
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ushape.h 29 * Shape Arabic text on a character basis.
35 * <p>Text-based shaping means that some character code points in the text are
58 * character code points. These operations can be performed for either
66 * or consumed either next to the affected character or at the end of the
171 * Shaping Mode: For each LAMALEF character found, expand LAMALEF using space at end.
174 * after the LAMALEF character).
200 * the rightmost displayed character stored first.
209 * the leftmost displayed character stored first.
261 * strongly directional character is an Arabic letter
264 * For the first characters, the preceding strongly directional character
    [all...]
  /external/icu4c/common/unicode/
ushape.h 29 * Shape Arabic text on a character basis.
35 * <p>Text-based shaping means that some character code points in the text are
58 * character code points. These operations can be performed for either
66 * or consumed either next to the affected character or at the end of the
173 * Shaping Mode: For each LAMALEF character found, expand LAMALEF using space at end.
176 * after the LAMALEF character).
202 * the rightmost displayed character stored first.
211 * the leftmost displayed character stored first.
263 * strongly directional character is an Arabic letter
266 * For the first characters, the preceding strongly directional character
    [all...]
  /libcore/luni/src/main/java/java/io/
PrintStream.java 90 * stream and using the character encoding {@code charsetName} while writing. The
100 * the non-null string describing the desired character encoding.
127 * VM's default character set is used for character encoding.
141 * character set named {@code charsetName} is used for character encoding.
147 * the name of the character set used for character encoding.
169 * {@code fileName} as its target. The VM's default character
170 * set is used for character encoding
    [all...]
PushbackReader.java 45 * character.
97 * the number of character that can be read from this reader
122 * Reads a single character from this reader and returns it as an integer
125 * available characters then a character from the source reader is returned.
126 * Blocks until one character has been read, the end of the source reader is
129 * @return the character read or -1 if the end of the source reader has been
139 /* Is there a pushback character available? */
159 * character array {@code buffer} starting at {@code offset}. Characters are
243 * characters are pushed back in such a way that the next character read
307 * Pushes the specified character {@code oneChar} back to this reader. Thi
    [all...]
  /libcore/libdvm/src/main/java/java/lang/
String.java 48 * optimization: fewer character arrays need to be allocated, and less copying
146 * character to the specified value.
176 * character to {@code high}.
398 * character array. Modifying the character array after creating the string
409 * character array. Modifying the character array after creating the string
429 * Does not range check, null check, or copy the character array.
527 c += Character.toChars(codePoints[i], this.value, c);
568 * Returns the character at the specified offset in this string
    [all...]
  /bionic/libc/unistd/
fnmatch.c 55 * character CONTINUES to specify a non-matching list; 2. an explicit <period> '.'
58 * a valid bracket expression is treated as an ordinary character; 4. a differing
60 * 5. a trailing '\' in FNM_ESCAPE mode is treated as an ordinary '\' character.
66 * character class expressions. A partial range expression with a leading
68 * <hyphen> and the ending character (e.g. "[a-m-z]" will match characters
79 * XXX comments below indicate porting required for multi-byte character sets
132 /* invalid character class, treat as normal text */
165 /* ']' is an ordinary character at the start of the range pattern */
173 /* XXX: Fix for MBCS character width */
190 /* Match character classes. *
    [all...]
  /external/chromium_org/third_party/libxml/src/
chvalid.c 2 * chvalid.c: this module implements the character range
19 * single-byte character is within the specified group. Each table
21 * possible characters. If the table byte is set, the character is
159 * @val: character to be validated
165 * Returns: true if character valid, false otherwise
218 * @ch: character to validate
233 * @ch: character to validate
248 * @ch: character to validate
263 * @ch: character to validate
278 * @ch: character to validat
    [all...]
genUnicode.py 4 # the character-validation range routines, and updated to the
93 # the first character of the 2-character category-name) and the full
94 # (2-character) name are entered into this dictionary.
212 * Summary: Unicode character APIs
213 * Description: API for the Unicode character APIs
216 * UCS description files of the Unicode Character Database
240 * xmlunicode.c: this module implements the Unicode character APIs
243 * UCS description files of the Unicode Character Database
378 output.write(" *\n * Check whether the character is part of %s UCS Block\n"
    [all...]
  /external/libxml2/
chvalid.c 2 * chvalid.c: this module implements the character range
19 * single-byte character is within the specified group. Each table
21 * possible characters. If the table byte is set, the character is
159 * @val: character to be validated
165 * Returns: true if character valid, false otherwise
218 * @ch: character to validate
233 * @ch: character to validate
248 * @ch: character to validate
263 * @ch: character to validate
278 * @ch: character to validat
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 30 /** A lexer is recognizer that draws input symbols from a character stream.
216 /** What is the index of the current character of lookahead? */
246 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting "+getCharErrorDisplay(mte.expecting);
253 msg = "no viable alternative at character "+getCharErrorDisplay(e.c);
258 msg = "required (...)+ loop did not match anything at character "+getCharErrorDisplay(e.c);
262 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mnse.expecting;
266 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
270 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+
299 * a token, so do the easy thing and just kill a character and hope
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Lexer.java 30 /** A lexer is recognizer that draws input symbols from a character stream.
231 /** What is the index of the current character of lookahead? */
272 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting "+getCharErrorDisplay(mte.expecting);
279 msg = "no viable alternative at character "+getCharErrorDisplay(e.c);
284 msg = "required (...)+ loop did not match anything at character "+getCharErrorDisplay(e.c);
288 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
292 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+mse.expecting;
296 msg = "mismatched character "+getCharErrorDisplay(e.c)+" expecting set "+
325 * a token, so do the easy thing and just kill a character and hope
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Lexer.js 1 /** A lexer is recognizer that draws input symbols from a character stream.
183 /** What is the index of the current character of lookahead? */
223 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting "+this.getCharErrorDisplay(e.expecting);
226 msg = "no viable alternative at character "+this.getCharErrorDisplay(e.c);
229 msg = "required (...)+ loop did not match anything at character "+this.getCharErrorDisplay(e.c);
232 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting set "+e.expecting;
235 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting set "+e.expecting;
238 msg = "mismatched character "+this.getCharErrorDisplay(e.c)+" expecting set "+
267 * a token, so do the easy thing and just kill a character and hope
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 54 * @param type the attribute type typically character data (CDATA)
84 * This method is used to notify of a character event, but passing the data
85 * as a character String rather than the standard character array.
86 * @param chars the character data
92 * This method is used to notify of a character event, but passing the data
93 * as a DOM Node rather than the standard character array.
222 // The attribute value contains no bad characters. A "bad" character is one which
260 * @param type the attribute type typically character data (CDATA)
  /ndk/sources/host-tools/sed-4.2.1/lib/
wchar.in.h 104 /* Convert a single-byte character to a wide character. */
122 /* Convert a wide character to a single-byte character. */
159 /* Convert a multibyte character to a wide character. */
177 /* Recognize a multibyte character. */
231 /* Convert a wide character to a multibyte character. */
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
NullReader.java 38 * reads a character and leaves the array unchanged in the read
39 * methods that are passed a character array.
155 * Read a character.
157 * @return Either The character value returned by <code>processChar()</code>
178 * @param chars The character array to read into
193 * @param chars The character array to read into.
272 * Return a character value for the <code>read()</code> method.
287 * This implementation leaves the character array unchanged.
289 * @param chars The character array
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyCodeDescriptionMapper.java 64 // Special non-character codes defined in Keyboard
96 * @return a character sequence describing the action performed by pressing the key
142 * @return a character sequence describing the action performed by pressing the key
249 * Returns a localized character sequence describing what will happen when
257 * <li>Automatic based on the character represented by the key code</li>
266 * @return a character sequence describing the action performed by pressing the key
273 final boolean isDefinedNonCtrl = Character.isDefined(code) && !Character.isISOControl(code);
281 return Character.toString((char) code);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java 209 int character = CharEncoding.readChar(mDictBuffer); local
210 addressPointer += CharEncoding.getCharSize(character);
211 while (FormatSpec.INVALID_CHARACTER != character
213 mCharacterBuffer[index++] = character;
214 character = CharEncoding.readChar(mDictBuffer);
215 addressPointer += CharEncoding.getCharSize(character);
219 final int character = CharEncoding.readChar(mDictBuffer); local
220 addressPointer += CharEncoding.getCharSize(character);
221 characters = new int[] { character };
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-strings.1 18 .\" Set up some character translations and predefined strings. \*(-- will
146 character sequences that are at least 4 characters long (or the number
148 character. By default, it only prints the strings from the initialized
198 character argument specifies the radix of the offset\-\-\-\fBo\fR for
206 Select the character encoding of the strings that are to be found.
211 littleendian. Useful for finding wide character strings. (\fBl\fR
237 character may be included in an option by surrounding the entire
238 option in either single or double quotes. Any character (including a
239 backslash) may be included by prefixing the character to be included
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-strings.1 18 .\" Set up some character translations and predefined strings. \*(-- will
146 character sequences that are at least 4 characters long (or the number
148 character. By default, it only prints the strings from the initialized
198 character argument specifies the radix of the offset\-\-\-\fBo\fR for
206 Select the character encoding of the strings that are to be found.
211 littleendian. Useful for finding wide character strings. (\fBl\fR
237 character may be included in an option by surrounding the entire
238 option in either single or double quotes. Any character (including a
239 backslash) may be included by prefixing the character to be included
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-strings.1 18 .\" Set up some character translations and predefined strings. \*(-- will
146 character sequences that are at least 4 characters long (or the number
148 character. By default, it only prints the strings from the initialized
198 character argument specifies the radix of the offset\-\-\-\fBo\fR for
206 Select the character encoding of the strings that are to be found.
211 littleendian. Useful for finding wide character strings. (\fBl\fR
237 character may be included in an option by surrounding the entire
238 option in either single or double quotes. Any character (including a
239 backslash) may be included by prefixing the character to be included
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-strings.1 18 .\" Set up some character translations and predefined strings. \*(-- will
146 character sequences that are at least 4 characters long (or the number
148 character. By default, it only prints the strings from the initialized
198 character argument specifies the radix of the offset\-\-\-\fBo\fR for
206 Select the character encoding of the strings that are to be found.
211 littleendian. Useful for finding wide character strings. (\fBl\fR
237 character may be included in an option by surrounding the entire
238 option in either single or double quotes. Any character (including a
239 backslash) may be included by prefixing the character to be included
  /external/apache-http/src/org/apache/http/
NameValuePair.java 46 * The US-ASCII coded character set is defined by ANSI X3.4-1986.
50 * CHAR = <any US-ASCII character (octets 0 - 127)>
55 * CTL = <any US-ASCII control character
83 * The backslash character ("\") MAY be used as a single-character quoting mechanism only

Completed in 829 milliseconds

<<31323334353637383940>>