/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
wchar.h | 21 * Extended multibyte and wide character utilities <wchar.h> 58 hold any value corresponding to members of the extended character 60 member of the extended character set. */ 222 the closing NUL wide character in case C is not found in S. */ 236 /* Find the first occurrence in WCS of any character in ACCEPT. */ 290 wide character. */ 299 character. */ 303 character set whose multibyte representation is a single byte. */ 310 /* Write wide character representation of multibyte character pointe [all...] |
/dalvik/dexgen/src/com/android/dexgen/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...] |
/dalvik/dx/src/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...] |
/external/chromium_org/ui/base/ime/ |
text_input_client.h | 50 // key states when the character is generated. This method should only be 52 // generates a character (eg. by the keyboard driver). In another word, the 79 // Retrieves the composition character boundary rectangle relative to the 80 // screen coordinates. The |index| is zero-based index of character position 92 // Retrieves the UTF-16 based character range containing accessibled text in 97 // Retrieves the UTF-16 based character range of current composition text. 101 // Retrieves the UTF-16 based character range of current selection. 105 // Selects the given UTF-16 based character range. Current composition text 110 // Deletes contents in the given UTF-16 based character range. Current 120 // Retrieves the text content in a given UTF-16 based character range [all...] |
/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/luni/src/main/java/java/io/ |
StreamTokenizer.java | 69 * token that has been read. When a single character is read, its value 71 * the value is the quoted character. Otherwise, its value is one of the 84 * Internal character meanings, 0 implies TOKEN_ORDINARY 138 * '/' is a comment character. Single quote '\'' and double quote '"' 182 * be white space. '/' is a comment character.</li> 203 * Specifies that the character {@code ch} shall be treated as a comment 204 * character. 207 * the character to be considered a comment character. 298 // Advance over this white space character and try again [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 34 * represent <em>character classes</em> used in regular expressions. 35 * A character specifies a subset of Unicode code points. Legal 46 * modification that they take a character range or single character 73 * similar to that employed by version 8 regular expression character 83 * <td valign="top">The character 'a'</td> 95 * <td valign="top">The character U+4E01</td> 99 * <td valign="top">The character 'a' and the multicharacter strings "ab" and 109 * Any character may be preceded by a backslash in order to remove any special 133 * left character is greater than or equal to th [all...] |
/external/chromium_org/third_party/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/icu4c/common/unicode/ |
uniset.h | 35 * represent <em>character classes</em> used in regular expressions. 36 * A character specifies a subset of Unicode code points. Legal 47 * modification that they take a character range or single character 74 * similar to that employed by version 8 regular expression character 84 * <td valign="top">The character 'a'</td> 96 * <td valign="top">The character U+4E01</td> 100 * <td valign="top">The character 'a' and the multicharacter strings "ab" and 110 * Any character may be preceded by a backslash in order to remove any special 134 * left character is greater than or equal to th [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/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
rune.c | 77 * one character sequence (7-bit value) 86 // If we can't read more than one character we must stop 92 * two character sequence (11-bit value) 114 * three character sequence (16-bit value) 132 * four character sequence (21-bit value) 173 * one character sequence 183 * two character sequence 200 * three character sequence 215 * four character sequence (21-bit value) 255 * one character sequenc [all...] |
/external/chromium_org/v8/src/ |
regexp-macro-assembler.h | 80 // Dispatch after looking the current character up in a 2-bits-per-entry 83 // Bitwise and the current character with the given constant and then 95 // Check the current character for a match with a literal character. If we 103 // Subtract a constant from the current character, then and with the given 116 // The current character (modulus the kTableSize) is looked up in the byte 121 // the end of the string. May overwrite the current character. 125 // Check whether a standard/default character class matches the current 126 // character. Returns false if the type of special character class doe [all...] |
/external/v8/src/ |
regexp-macro-assembler.h | 75 // Dispatch after looking the current character up in a 2-bits-per-entry 78 // Bitwise and the current character with the given constant and then 85 // Check the current character for a match with a literal string. If we 101 // Check the current character for a match with a literal character. If we 109 // Subtract a constant from the current character, then or with the given 120 // the end of the string. May overwrite the current character. 124 // Check whether a standard/default character class matches the current 125 // character. Returns false if the type of special character class doe [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...] |
/external/guava/guava/src/com/google/common/primitives/ |
Chars.java | 38 * already found in either {@link Character} or {@link Arrays}. 54 public static final int BYTES = Character.SIZE / Byte.SIZE; 58 * {@code ((Character) value).hashCode()}. 73 * Character#MAX_VALUE} or less than {@link Character#MIN_VALUE} 86 * {@code char} type, {@link Character#MAX_VALUE} if it is too large, 87 * or {@link Character#MIN_VALUE} if it is too small 90 if (value > Character.MAX_VALUE) { 91 return Character.MAX_VALUE; 93 if (value < Character.MIN_VALUE) [all...] |
UnsignedLongs.java | 253 * with the given radix, or if {@code radix} is not between {@link Character#MIN_RADIX} 254 * and {@link Character#MAX_RADIX}. 261 if (radix < Character.MIN_RADIX || radix > Character.MAX_RADIX) { 268 int digit = Character.digit(s.charAt(pos), radix); 316 * @throws IllegalArgumentException if {@code radix} is not between {@link Character#MIN_RADIX} 317 * and {@link Character#MAX_RADIX}. 320 checkArgument(radix >= Character.MIN_RADIX && radix <= Character.MAX_RADIX, 321 "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}. 52 public static final int BYTES = Character.SIZE / Byte.SIZE; 56 * {@code ((Character) value).hashCode()}. 71 * Character#MAX_VALUE} or less than {@link Character#MIN_VALUE} 84 * {@code char} type, {@link Character#MAX_VALUE} if it is too large, 85 * or {@link Character#MIN_VALUE} if it is too small 88 if (value > Character.MAX_VALUE) { 89 return Character.MAX_VALUE; 91 if (value < Character.MIN_VALUE) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/chromium_org/third_party/icu/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 | 66 * Return true if the character is NOT printable ASCII. 74 * U+FFFF and \Uxxxxxxxx for U+10000 and above. If the character is 100 * Returns the index of a character, ignoring quoted text. 127 * character at or after pos, or str.length(), if there is none. 129 * @return the index of the first non-white-space character at or 192 * Parse a single non-whitespace character 'ch', optionally 196 * offset of the first character to be parsed. On output, pos[0] 197 * is the index after the last parsed character. If the parse 199 * @param ch the non-whitespace character to be parsed. 227 * @param index offset to first character to pars [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.h | 110 TYPE_SYMBOL, // Any other printable character, like '!' or '+'. 111 // Symbols are always a single character, so "!+$%" is 122 // "line" and "column" specify the position of the first character of 263 // the standard 8-character definition for lack of any way to do better. 269 // Consume this character and advance to the next one. 278 // Called when the current character is the first character of a new 281 // Called when the current character is the first character after the 294 // the first, since the calling function consumes the first character [all...] |
/external/icu4c/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...] |
/external/protobuf/src/google/protobuf/io/ |
tokenizer.h | 109 TYPE_SYMBOL, // Any other printable character, like '!' or '+'. 110 // Symbols are always a single character, so "!+$%" is 121 // "line" and "column" specify the position of the first character of 208 // the standard 8-character definition for lack of any way to do better. 214 // Consume this character and advance to the next one. 220 // Called when the current character is the first character of a new 223 // Called when the current character is the first character after the 236 // the first, since the calling function consumes the first character [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
utf8.txt | 23 that it interprets a character that is outside the adopted subset" and 27 replacement character (U+FFFD), which looks a bit like an inverted 30 encoded Unicode character that is just not available in the current 37 all, (2) represented by exactly one single replacement character (or 52 malformed sequences is replaced by a single replacement character. 57 sequence by a replacement character. If you follow this strategy in 95 character codepoint. --ryan.) | 137 each followed by a space character: | 143 each followed by a space character: | 148 each followed by a space character: [all...] |