/external/dexmaker/src/dx/java/com/android/dx/util/ |
Hex.java | 39 result[15 - i] = Character.forDigit((int) v & 0x0f, 16); 55 result[7 - i] = Character.forDigit(v & 0x0f, 16); 71 result[5 - i] = Character.forDigit(v & 0x0f, 16); 87 result[3 - i] = Character.forDigit(v & 0x0f, 16); 119 result[1 - i] = Character.forDigit(v & 0x0f, 16); 135 result[0] = Character.forDigit(v & 0x0f, 16); 156 result[16 - i] = Character.forDigit((int) v & 0x0f, 16); 180 result[8 - i] = Character.forDigit(v & 0x0f, 16); 204 result[4 - i] = Character.forDigit(v & 0x0f, 16); 228 result[2 - i] = Character.forDigit(v & 0x0f, 16) [all...] |
/libcore/ojluni/src/main/java/java/io/ |
BufferedWriter.java | 30 * Writes text to a character-output stream, buffering characters so as to 38 * Not all platforms use the newline character ('\n') to terminate lines. 40 * writing a newline character directly. 43 * character or byte stream. Unless prompt output is required, it is advisable 82 * Creates a buffered character-output stream that uses a default-sized 92 * Creates a new buffered character-output stream that uses an output 120 * Flushes the output buffer to the underlying character stream, without 135 * Writes a single character. 167 * @param cbuf A character array 238 * newline ('\n') character [all...] |
/libcore/ojluni/src/main/java/java/nio/charset/ |
CharsetEncoder.java | 46 * <p> The input character sequence is provided in a character buffer or a series 81 * <p> There are two general types of encoding errors. If the input character 83 * the input character sequence is legal but cannot be mapped to a valid 84 * byte sequence in the given charset then an <i>unmappable character</i> has been encountered. 108 * <p> The default action for malformed-input and unmappable-character errors 112 * unmappable-character action may be changed via the {@link 168 * bytes that will be produced for each input character 172 * bytes that will be produced for each input character 231 * bytes that will be produced for each input character [all...] |
/external/guava/guava/src/com/google/common/primitives/ |
Chars.java | 38 * already found in either {@link Character} or {@link Arrays}. 58 public static final int BYTES = Character.SIZE / Byte.SIZE; 62 * {@code ((Character) value).hashCode()}. 77 * Character#MAX_VALUE} or less than {@link Character#MIN_VALUE} 93 * {@code char} type, {@link Character#MAX_VALUE} if it is too large, 94 * or {@link Character#MIN_VALUE} if it is too small 97 if (value > Character.MAX_VALUE) { 98 return Character.MAX_VALUE; 100 if (value < Character.MIN_VALUE) [all...] |
UnsignedLongs.java | 288 * with the given radix, or if {@code radix} is not between {@link Character#MIN_RADIX} 289 * and {@link Character#MAX_RADIX}. 298 if (radix < Character.MIN_RADIX || radix > Character.MAX_RADIX) { 305 int digit = Character.digit(s.charAt(pos), radix); 353 * @throws IllegalArgumentException if {@code radix} is not between {@link Character#MIN_RADIX} 354 * and {@link Character#MAX_RADIX}. 357 checkArgument(radix >= Character.MIN_RADIX && radix <= Character.MAX_RADIX, 358 "radix (%s) must be between Character.MIN_RADIX and Character.MAX_RADIX", radix) [all...] |
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
Chars.java | 36 * already found in either {@link Character} or {@link Arrays}. 56 public static final int BYTES = Character.SIZE / Byte.SIZE; 60 * {@code ((Character) value).hashCode()}. 75 * Character#MAX_VALUE} or less than {@link Character#MIN_VALUE} 91 * {@code char} type, {@link Character#MAX_VALUE} if it is too large, 92 * or {@link Character#MIN_VALUE} if it is too small 95 if (value > Character.MAX_VALUE) { 96 return Character.MAX_VALUE; 98 if (value < Character.MIN_VALUE) [all...] |
/external/v8/src/parsing/ |
scanner-character-streams.cc | 5 #include "src/parsing/scanner-character-streams.h" 62 void BufferedUtf16CharacterStream::PushBack(uc32 character) { 63 if (character == kEndOfInput) { 69 buffer_[--buffer_cursor_ - buffer_] = static_cast<uc16>(character); 73 SlowPushBack(static_cast<uc16>(character)); 77 void BufferedUtf16CharacterStream::SlowPushBack(uc16 character) { 93 buffer_[--buffer_cursor_ - buffer_] = character; 200 // one character early (in the normal case), because we need to have at least 201 // two free spaces in the buffer to be sure that the next character will fit. 263 // Move the cursor back to point at the preceding UTF-8 character star 266 byte character = buffer[--*cursor]; local 281 byte character = buffer[(*cursor)++]; local [all...] |
/prebuilts/go/darwin-x86/src/text/scanner/ |
scanner.go | 8 // existing tools, the NUL character is not allowed. If the first character 32 Column int // column number, starting at 1 (character count per line) 76 // The result of Scan is one of the following tokens or a Unicode character. 100 // TokenString returns a printable string for a token or Unicode character. 127 column int // character count 129 lastCharLen int // length of last character in bytes 139 // One character look-ahead 140 ch rune // character before current srcPos 155 // as white space. To recognize a character ch <= ' ' as white space [all...] |
/prebuilts/go/linux-x86/src/text/scanner/ |
scanner.go | 8 // existing tools, the NUL character is not allowed. If the first character 32 Column int // column number, starting at 1 (character count per line) 76 // The result of Scan is one of the following tokens or a Unicode character. 100 // TokenString returns a printable string for a token or Unicode character. 127 column int // character count 129 lastCharLen int // length of last character in bytes 139 // One character look-ahead 140 ch rune // character before current srcPos 155 // as white space. To recognize a character ch <= ' ' as white space [all...] |
/libcore/ojluni/src/main/java/java/util/regex/ |
Pattern.java | 48 * java.lang.CharSequence </code>character sequences<code>} against the regular 90 * <td headers="matches">The character <i>x</i></td></tr> 92 * <td headers="matches">The backslash character</td></tr> 94 * <td headers="matches">The character with octal value <tt>0</tt><i>n</i> 97 * <td headers="matches">The character with octal value <tt>0</tt><i>nn</i> 100 * <td headers="matches">The character with octal value <tt>0</tt><i>mnn</i> 104 * <td headers="matches">The character with hexadecimal value <tt>0x</tt><i>hh</i></td></tr> 106 * <td headers="matches">The character with hexadecimal value <tt>0x</tt><i>hhhh</i></td></tr> 108 * <td headers="matches">The character with hexadecimal value <tt>0x</tt><i>h...h</i> 109 * ({@link java.lang.Character#MIN_CODE_POINT Character.MIN_CODE_POINT [all...] |
/external/skia/src/views/unix/ |
keysym2ucs.c | 14 * We allow to represent any UCS character in the range U-00000000 to 19 * UCS codes will ever be assigned by ISO. So to get Unicode character 22 * NOTE: The comments in the table below contain the actual character [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
FCDIterCollationIterator.java | 73 return Character.toCodePoint((char)c, (char)trail); 81 pos += Character.charCount(c); 87 pos += Character.charCount(c); 125 return Character.toCodePoint((char)prev, (char)c); 135 pos -= Character.charCount(c); 140 pos -= Character.charCount(c); 198 if(Character.isLowSurrogate(trail = normalized.charAt(pos))) { ++pos; } 268 // Fetch the next character and its fcd16 value. 274 // FCD boundary before this character. 299 // FCD boundary after the last character [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
FCDIterCollationIterator.java | 71 return Character.toCodePoint((char)c, (char)trail); 79 pos += Character.charCount(c); 85 pos += Character.charCount(c); 123 return Character.toCodePoint((char)prev, (char)c); 133 pos -= Character.charCount(c); 138 pos -= Character.charCount(c); 196 if(Character.isLowSurrogate(trail = normalized.charAt(pos))) { ++pos; } 266 // Fetch the next character and its fcd16 value. 272 // FCD boundary before this character. 297 // FCD boundary after the last character [all...] |
/external/v8/src/regexp/ |
regexp-macro-assembler.h | 64 // Dispatch after looking the current character up in a 2-bits-per-entry 67 // Bitwise and the current character with the given constant and then 81 // Check the current character for a match with a literal character. If we 89 // Subtract a constant from the current character, then and with the given 102 // The current character (modulus the kTableSize) is looked up in the byte 107 // the end of the string. May overwrite the current character. 109 // Check whether a standard/default character class matches the current 110 // character. Returns false if the type of special character class doe [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Standard_Suite.py | 186 class character(aetools.ComponentItem): class in inherits:aetools.ComponentItem 187 """character - a character """ 297 character._superclassnames = [] 298 character._privpropdict = { 302 character._privelemdict = { 318 'character' : character, 327 'character' : character, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Standard_Suite.py | 186 class character(aetools.ComponentItem): class in inherits:aetools.ComponentItem 187 """character - a character """ 297 character._superclassnames = [] 298 character._privpropdict = { 302 character._privelemdict = { 318 'character' : character, 327 'character' : character, [all...] |
/libcore/ojluni/src/main/java/java/text/ |
BreakIterator.java | 63 * word, line, sentence, and character boundary analysis respectively. 88 * <p><a name="character"></a> 89 * Character boundary analysis allows users to interact with characters 91 * string. Character boundary analysis provides correct navigation 92 * through character strings, regardless of how the character is stored. 94 * combining character sequences, or ligature clusters. 95 * For example, an accented character might be stored as a base character 96 * and a diacritical mark. What users consider to be a character ca [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
AVA.java | 202 // read next character 209 // read next character skipping whitespace 287 int cVal = hexDigits.indexOf(Character.toUpperCase((char)c)); 322 // backslash-doublequote, or character other than backslash or 349 ("Invalid escaped character in AVA: " + 427 // check if character was improperly escaped 435 ("Invalid escaped character in AVA: '" + 443 ("Invalid escaped space character " + 445 "space character can be escaped."); 451 ("Invalid escaped '#' character in AVA. " [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
streambuf | 58 * @tparam _CharT Type of character stream. 59 * @tparam _Traits Traits for character type, defaults to 63 * pair of character sequences: one for input, and one for output. 74 * other representations for character sequences, such as external 107 * to write (to put, or to store a character value, into the sequence). 111 * next (preceding) element to store a character that is put back 116 * next element to read (to get, or to obtain a character value, 291 * @brief Getting the next character. 292 * @return The next character, or eof. 308 * @brief Getting the next character [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
streambuf | 58 * @tparam _CharT Type of character stream. 59 * @tparam _Traits Traits for character type, defaults to 63 * pair of character sequences: one for input, and one for output. 74 * other representations for character sequences, such as external 107 * to write (to put, or to store a character value, into the sequence). 111 * next (preceding) element to store a character that is put back 116 * next element to read (to get, or to obtain a character value, 291 * @brief Getting the next character. 292 * @return The next character, or eof. 308 * @brief Getting the next character [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
streambuf | 58 * @tparam _CharT Type of character stream. 59 * @tparam _Traits Traits for character type, defaults to 63 * pair of character sequences: one for input, and one for output. 74 * other representations for character sequences, such as external 107 * to write (to put, or to store a character value, into the sequence). 111 * next (preceding) element to store a character that is put back 116 * next element to read (to get, or to obtain a character value, 291 * @brief Getting the next character. 292 * @return The next character, or eof. 308 * @brief Getting the next character [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
streambuf | 58 * @tparam _CharT Type of character stream. 59 * @tparam _Traits Traits for character type, defaults to 63 * pair of character sequences: one for input, and one for output. 74 * other representations for character sequences, such as external 107 * to write (to put, or to store a character value, into the sequence). 111 * next (preceding) element to store a character that is put back 116 * next element to read (to get, or to obtain a character value, 291 * @brief Getting the next character. 292 * @return The next character, or eof. 308 * @brief Getting the next character [all...] |
/external/icu/icu4c/source/common/ |
rbbicst.pl | 80 # character [n] target-state [^push-state] [function-name] 83 # character is either a single quoted character e.g. '[' 84 # or a name of a character class, e.g. white_space 90 # First field, character class or literal character for this transition. 93 # We've got a quoted literal character. 97 # We've got the name of a character class. 100 print " rbbicsts: at line $line_num, bad character literal or character class name.\n" [all...] |
util.cpp | 67 * Return true if the character is NOT printable ASCII. 75 * U+FFFF and \Uxxxxxxxx for U+10000 and above. If the character is 101 * Returns the index of a character, ignoring quoted text. 128 * character at or after pos, or str.length(), if there is none. 130 * @return the index of the first non-white-space character at or 188 * Parse a single non-whitespace character 'ch', optionally 192 * offset of the first character to be parsed. On output, pos[0] 193 * is the index after the last parsed character. If the parse 195 * @param ch the non-whitespace character to be parsed. 223 * @param index offset to first character to pars [all...] |
/frameworks/base/core/java/android/text/method/ |
QwertyKeyListener.java | 71 * character pickers. 118 if ((c == i || c == Character.toUpperCase(i)) && view != null) { 143 Character.digit(content.charAt(start - 1), 16) >= 0) { 195 Character.isLowerCase(i) && 204 i = Character.toUpperCase(i); 242 // potentially do autotext replacement if the character 248 i == '"' || Character.getType(i) == Character.END_PUNCTUATION) && 255 if (c != '\'' && !Character.isLetter(c)) { 288 Character.getType(c) == Character.END_PUNCTUATION) [all...] |