/external/chromium_org/v8/src/ |
scanner-character-streams.cc | 30 #include "scanner-character-streams.h" 52 void BufferedUtf16CharacterStream::PushBack(uc32 character) { 53 if (character == kEndOfInput) { 59 buffer_[--buffer_cursor_ - buffer_] = static_cast<uc16>(character); 63 SlowPushBack(static_cast<uc16>(character)); 67 void BufferedUtf16CharacterStream::SlowPushBack(uc16 character) { 83 buffer_[--buffer_cursor_ - buffer_] = character; 232 // Move the cursor back to point at the preceding UTF-8 character start 235 byte character = buffer[--*cursor]; local 236 if (character > unibrow::Utf8::kMaxOneByteChar) 250 byte character = buffer[(*cursor)++]; local [all...] |
/external/v8/src/ |
scanner-character-streams.cc | 30 #include "scanner-character-streams.h" 51 void BufferedUtf16CharacterStream::PushBack(uc32 character) { 52 if (character == kEndOfInput) { 58 buffer_[--buffer_cursor_ - buffer_] = static_cast<uc16>(character); 62 SlowPushBack(static_cast<uc16>(character)); 66 void BufferedUtf16CharacterStream::SlowPushBack(uc16 character) { 82 buffer_[--buffer_cursor_ - buffer_] = character; 230 // Move the cursor back to point at the preceding UTF-8 character start 233 byte character = buffer[--*cursor]; local 234 if (character > unibrow::Utf8::kMaxOneByteChar) 248 byte character = buffer[(*cursor)++]; local [all...] |
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
java.lang.Character.html | 10 java.lang.Character 74 Class java.lang.<A HREF="../../../../reference/java/lang/Character.html" target="_top"><font size="+2"><code>Character</code></font></A> 86 <A NAME="java.lang.Character.compare_added(char, char)"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/java/lang/Character.html#compare(char, char)" target="_top"><code>compare</code></A>(<code>char,</nobr> char<nobr><nobr></code>)</nobr> 93 <A NAME="java.lang.Character.getName_added(int)"></A> 94 <nobr><code>String</code> <A HREF="../../../../reference/java/lang/Character.html#getName(int)" target="_top"><code>getName</code></A>(<code>int</code>)</nobr> 100 <A NAME="java.lang.Character.highSurrogate_added(int)"></A> 101 <nobr><code>char</code> <A HREF="../../../../reference/java/lang/Character.html#highSurrogate(int)" target="_top"><code>highSurrogate</code></A>(<code>int</code>)</nobr> 107 <A NAME="java.lang.Character.isAlphabetic_added(int)"></A [all...] |
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plstr.h | 97 * the trailing '\0' or up to and including the max'th character, whichever 110 * the trailing '\0' or up but not including the max'th character, whichever 261 * Returns a pointer to the first instance of the specified character in the 262 * provided string. It returns null if the character is not found, or if the 263 * provided string is null. The character may be the null character. 272 * Returns a pointer to the last instance of the specified character in the 273 * provided string. It returns null if the character is not found, or if the 274 * provided string is null. The character may be the null character [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
istream | 232 * character that would have been inserted is not extracted), or 243 * @brief Character counting 274 * @return A character, or eof(). 276 * Tries to extract a character. If none are available, sets failbit 284 * @param c The character in which to store data. 287 * Tries to extract a character and store it in @a c. If none are 297 * @brief Simple multiple-character extraction. 300 * @param delim A "stop" character. 308 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
istream | 235 * character that would have been inserted is not extracted), or 246 * @brief Character counting 277 * @return A character, or eof(). 279 * Tries to extract a character. If none are available, sets failbit 287 * @param c The character in which to store data. 290 * Tries to extract a character and store it in @a c. If none are 300 * @brief Simple multiple-character extraction. 303 * @param delim A "stop" character. 311 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
istream | 235 * character that would have been inserted is not extracted), or 246 * @brief Character counting 277 * @return A character, or eof(). 279 * Tries to extract a character. If none are available, sets failbit 287 * @param c The character in which to store data. 290 * Tries to extract a character and store it in @a c. If none are 300 * @brief Simple multiple-character extraction. 303 * @param delim A "stop" character. 311 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
istream | 232 * character that would have been inserted is not extracted), or 243 * @brief Character counting 274 * @return A character, or eof(). 276 * Tries to extract a character. If none are available, sets failbit 284 * @param c The character in which to store data. 287 * Tries to extract a character and store it in @a c. If none are 297 * @brief Simple multiple-character extraction. 300 * @param delim A "stop" character. 308 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
istream | 232 * character that would have been inserted is not extracted), or 243 * @brief Character counting 274 * @return A character, or eof(). 276 * Tries to extract a character. If none are available, sets failbit 284 * @param c The character in which to store data. 287 * Tries to extract a character and store it in @a c. If none are 297 * @brief Simple multiple-character extraction. 300 * @param delim A "stop" character. 308 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
istream | 232 * character that would have been inserted is not extracted), or 243 * @brief Character counting 274 * @return A character, or eof(). 276 * Tries to extract a character. If none are available, sets failbit 284 * @param c The character in which to store data. 287 * Tries to extract a character and store it in @a c. If none are 297 * @brief Simple multiple-character extraction. 300 * @param delim A "stop" character. 308 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
istream | 232 * character that would have been inserted is not extracted), or 243 * @brief Character counting 274 * @return A character, or eof(). 276 * Tries to extract a character. If none are available, sets failbit 284 * @param c The character in which to store data. 287 * Tries to extract a character and store it in @a c. If none are 297 * @brief Simple multiple-character extraction. 300 * @param delim A "stop" character. 308 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
istream | 235 * character that would have been inserted is not extracted), or 246 * @brief Character counting 277 * @return A character, or eof(). 279 * Tries to extract a character. If none are available, sets failbit 287 * @param c The character in which to store data. 290 * Tries to extract a character and store it in @a c. If none are 300 * @brief Simple multiple-character extraction. 303 * @param delim A "stop" character. 311 * - the next character equals @a delim, in which case the character [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
istream | 235 * character that would have been inserted is not extracted), or 246 * @brief Character counting 277 * @return A character, or eof(). 279 * Tries to extract a character. If none are available, sets failbit 287 * @param c The character in which to store data. 290 * Tries to extract a character and store it in @a c. If none are 300 * @brief Simple multiple-character extraction. 303 * @param delim A "stop" character. 311 * - the next character equals @a delim, in which case the character [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3inputstream.c | 149 input->istream->consume = antlr38BitConsume; // Consume the next 8 bit character in the buffer 150 input->istream->_LA = antlr38BitLA; // Return the UTF32 character at offset n (1 based) 151 input->istream->index = antlr38BitIndex; // Current index (offset from first character 173 input->SetNewLineChar = antlr38BitSetNewLineChar; // Set the value of the newline trigger character 186 /* Install default line separator character (it can be replaced 264 input->nextChar = input->data; /* Input at first character */ 310 /** \brief Consume the next character in an 8 bit input stream 323 /* Indicate one more character in this line 336 /* Increment to next character position 347 * \return Next input character in internal ANTLR3 encoding (UTF32 [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
CharInfo.java | 44 * This class provides services that tell if a character should have 46 * of a newline character. It also provides character to entity reference 55 /** Given a character, lookup a String to output (e.g. a decorated entity reference). */ 72 /** The horizontal tab character, which the parser should always normalize. */ 75 /** The linefeed character, which the parser should always normalize. */ 78 /** The carriage return character, which the parser should always normalize. */ 99 * the value is true if the character in an attribute value 106 * the value is true if the character in a text node 111 /** An array of bits to record if the character is in the set [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uchar.h | 35 * The actual Unicode Character Database (UCD) data is stored in uprops.dat 48 * This C API provides low-level access to the Unicode Character Database. 52 * Unicode assigns each code point (not just assigned character) values for 58 * "About the Unicode Character Database" (http://www.unicode.org/ucd/) 61 * Many functions are designed to match java.lang.Character functions. 63 * and see the JDK 1.4 java.lang.Character documentation 64 * at http://java.sun.com/j2se/1.4/docs/api/java/lang/Character.html 72 * There are also only a few, broad C/POSIX character classes, and they tend 80 * ICU 3.4 and later provides API access for all twelve C/POSIX character classes. 85 * API access for C/POSIX character classes is as follows [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
charset.py | 67 # Aliases for other commonly-used names for character sets. Map 112 """Add character set properties to the global registry. 114 charset is the input character set, and must be the canonical name of a 115 character set. 124 Optional output_charset is the character set that the output should be 127 is to output in the same character set as the input. 140 """Add a character set alias. 143 canonical is the character set's canonical name, e.g. iso-8859-1 151 charset is the canonical name of a character set. codecname is the name 161 """Map character sets to their email properties [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
charset.py | 67 # Aliases for other commonly-used names for character sets. Map 112 """Add character set properties to the global registry. 114 charset is the input character set, and must be the canonical name of a 115 character set. 124 Optional output_charset is the character set that the output should be 127 is to output in the same character set as the input. 140 """Add a character set alias. 143 canonical is the character set's canonical name, e.g. iso-8859-1 151 charset is the canonical name of a character set. codecname is the name 161 """Map character sets to their email properties [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3input.h | 2 * Defines the basic structures used to manipulate character 3 * streams from any input source. Any character size and encoding 84 /** Pointer to the next character to be consumed from the input data 108 /** The offset within the current line of the current character 148 * returns upper case. Only valid for character streams and creates a case 199 /** Pointer to function to override the default newline character that the input stream 202 * - By default the chracter '\n' will be installed as the newline trigger character. When this 203 * character is seen by the consume() function then the current line number is incremented and the 205 * is updated to point to the next character after this one in the input stream (which means it 206 * may become invalid if the last newline character in the file is seen (so watch out) [all...] |
/external/chromium/base/ |
utf_string_conversion_utils.h | 35 // is the character offset within the string to start reading at. |*char_index| 36 // will be updated to index the last character read, such that incrementing it 37 // (as in a for loop) will take the reader to the next character. 45 // Reads a UTF-16 character. The usage is the same as the 8-bit version above. 52 // Reads UTF-32 character. The usage is the same as the 8-bit version above. 61 // Appends a UTF-8 character to the given 8-bit string. Returns the number of 65 // Appends the given code point as a UTF-16 character to the given 16-bit 70 // Appends the given UTF-32 character to the given 32-bit string. Returns the 73 // This is the easy case, just append the character. 83 // character types are unsigned, which will be true for UTF-16 and -32 on ou [all...] |
/external/chromium_org/base/strings/ |
utf_string_conversion_utils.h | 35 // is the character offset within the string to start reading at. |*char_index| 36 // will be updated to index the last character read, such that incrementing it 37 // (as in a for loop) will take the reader to the next character. 45 // Reads a UTF-16 character. The usage is the same as the 8-bit version above. 52 // Reads UTF-32 character. The usage is the same as the 8-bit version above. 61 // Appends a UTF-8 character to the given 8-bit string. Returns the number of 67 // Appends the given code point as a UTF-16 character to the given 16-bit 72 // Appends the given UTF-32 character to the given 32-bit string. Returns the 75 // This is the easy case, just append the character. 85 // character types are unsigned, which will be true for UTF-16 and -32 on ou [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_data.h | 60 * UnicodeMatcher, in which case the character in the UnicodeString in this hash is 70 * from variable name to a stand-in character in data.variableNames. 74 * variables[i] represents character (variablesBase + i). 88 * The character that represents variables[0]. Characters 118 * Given a stand-in character, return the UnicodeFunctor that it 120 * @param standIn the given stand-in character. 126 * Given a stand-in character, return the UnicodeMatcher that it 129 * @param standIn the given stand-in character. 135 * Given a stand-in character, return the UnicodeReplacer that it 138 * @param standIn the given stand-in character [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractTableReadTest.java | 36 protected Table<String, Integer, Character> table; 47 protected abstract Table<String, Integer, Character> 99 assertEquals((Character) 'a', table.get("foo", 1)); 100 assertEquals((Character) 'b', table.get("bar", 1)); 101 assertEquals((Character) 'c', table.get("foo", 3)); 124 Table<String, Integer, Character> hashCopy = HashBasedTable.create(table); 125 Table<String, Integer, Character> reordered 127 Table<String, Integer, Character> smaller 129 Table<String, Integer, Character> swapOuter 131 Table<String, Integer, Character> swapValue [all...] |
/external/icu4c/i18n/ |
rbt_data.h | 60 * UnicodeMatcher, in which case the character in the UnicodeString in this hash is 70 * from variable name to a stand-in character in data.variableNames. 74 * variables[i] represents character (variablesBase + i). 88 * The character that represents variables[0]. Characters 118 * Given a stand-in character, return the UnicodeFunctor that it 120 * @param standIn the given stand-in character. 126 * Given a stand-in character, return the UnicodeMatcher that it 129 * @param standIn the given stand-in character. 135 * Given a stand-in character, return the UnicodeReplacer that it 138 * @param standIn the given stand-in character [all...] |
/libcore/luni/src/main/java/java/lang/ |
Character.java | 27 * <p>Character data is kept up to date as Unicode evolves. 32 * <p>The Unicode specification, character tables, and other information are available at 41 * supplementary character are made up of a <i>high surrogate</i> with a value 50 * <p>Here's a list of the Unicode character categories and the corresponding Java constant, 100 public final class Character implements Serializable, Comparable<Character> { 106 * The minimum {@code Character} value. 111 * The maximum {@code Character} value. 129 public static final Class<Character> TYPE 130 = (Class<Character>) char[].class.getComponentType() [all...] |