/ndk/sources/host-tools/sed-4.2.1/m4/ |
mbrlen.m4 | 33 dnl incomplete multibyte character. 80 dnl Test whether mbrlen, when parsing the end of a multibyte character, 82 dnl character (not the total number of bytes of the multibyte character). 148 dnl Test whether mbrlen, when parsing a NUL character, correctly returns 0. 156 AC_CACHE_CHECK([whether mbrlen returns 0 when parsing a NUL character],
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
Event.java | 24 * Very importantly, this does not necessarily result in inputting one character, or even anything 36 // A character that is already final, for example pressing an alphabetic character on a 39 // A dead key, which means a character that should combine with what is coming next. Examples 40 // include the "^" character on an azerty keyboard which combines with "e" to make "ê", or 46 // A toggle event is triggered by a key that affects the previous character. An example would
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
UniscribeHelper.h | 121 // Set the width of a standard space character. We use this to normalize 136 // each word in the input (beyond whatever whitespace character separates 187 // Computes the given character offset into a pixel offset of the beginning 188 // of that character. 191 // Converts the given pixel X position into a logical character offset into 192 // the run. For positions appearing before the first character, this will 205 // Returns the first glyph assigned to the character at the given offset. 212 // Returns 0 if there is no glyph for the given character. 288 // For each input character, this tells us the first glyph index it 293 // duplicates in this list. One character can also generate multipl [all...] |
GlyphPageTreeNodeWin.cpp | 111 // + If the font has a glyph available for the character, 113 // + If the font does not have glyphs available for the character, 117 // + If the font has a glyph available for the character, 119 // + If the font does not have glyphs available for the character, 121 // (Windows automatically assigns the glyph for a box character to 134 // does not have glyphs available for the character. According a blog post 162 // When this character should be a space, we ignore whatever the font 223 // Each character in this input buffer is a surrogate pair, which 224 // consists of two UChars. So, the offset for its i-th character is 251 // because each character in the non-BMP input buffer will b [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
WordComposer.java | 161 if (index == 0) return Character.isUpperCase(codePoint); 162 return previous && !Character.isUpperCase(codePoint); 175 ? Character.toLowerCase(primaryCode) : primaryCode; 186 if (Character.isUpperCase(primaryCode)) mCapsCount++; 187 if (Character.isDigit(primaryCode)) mDigitsCount++; 233 actualMoveAmountWithinWord += Character.charCount(codePoints[cursorPos]); 241 actualMoveAmountWithinWord -= Character.charCount(codePoints[cursorPos]); 260 for (int i = 0; i < length; i = Character.offsetByCodePoints(word, i, 1)) { 261 final int codePoint = Character.codePointAt(word, i); 291 for (int i = 0; i < length; i = Character.offsetByCodePoints(word, i, 1)) [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactLocaleUtils.java | 26 import java.lang.Character.UnicodeBlock; 81 // the labeling of a Chinese character varies between Simplified, 118 int codePoint = Character.codePointAt(name, offset); 121 if (Character.isDigit(codePoint)) { 124 } else if (!Character.isSpaceChar(codePoint) && 130 offset += Character.charCount(codePoint); 191 * with the Japanese character ? ("misc"). Japanese labels are: 195 // \u4ed6 is Japanese character ? ("misc") 204 // character '?'). 210 // contain a character used in Japanese (which is why unified CJ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.h | 354 * @brief Retrieves the "empty" character. 355 * @return The current fill character. 371 * @brief Sets a new "empty" character. 372 * @param ch The new character. 373 * @return The previous fill character. 375 * The fill character is used to fill out space when P+ characters 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 406 * @return The narrowed character. 408 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 356 * @brief Retrieves the @a empty character. 357 * @return The current fill character. 373 * @brief Sets a new @a empty character. 374 * @param ch The new character. 375 * @return The previous fill character. 377 * The fill character is used to fill out space when P+ characters 406 * @param c The character to narrow. 407 * @param dfault The character to narrow. 408 * @return The narrowed character. 410 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
basic_ios.h | 356 * @brief Retrieves the @a empty character. 357 * @return The current fill character. 373 * @brief Sets a new @a empty character. 374 * @param ch The new character. 375 * @return The previous fill character. 377 * The fill character is used to fill out space when P+ characters 406 * @param c The character to narrow. 407 * @param dfault The character to narrow. 408 * @return The narrowed character. 410 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 354 * @brief Retrieves the "empty" character. 355 * @return The current fill character. 371 * @brief Sets a new "empty" character. 372 * @param ch The new character. 373 * @return The previous fill character. 375 * The fill character is used to fill out space when P+ characters 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 406 * @return The narrowed character. 408 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 354 * @brief Retrieves the "empty" character. 355 * @return The current fill character. 371 * @brief Sets a new "empty" character. 372 * @param ch The new character. 373 * @return The previous fill character. 375 * The fill character is used to fill out space when P+ characters 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 406 * @return The narrowed character. 408 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 354 * @brief Retrieves the "empty" character. 355 * @return The current fill character. 371 * @brief Sets a new "empty" character. 372 * @param ch The new character. 373 * @return The previous fill character. 375 * The fill character is used to fill out space when P+ characters 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 406 * @return The narrowed character. 408 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
basic_ios.h | 354 * @brief Retrieves the "empty" character. 355 * @return The current fill character. 371 * @brief Sets a new "empty" character. 372 * @param ch The new character. 373 * @return The previous fill character. 375 * The fill character is used to fill out space when P+ characters 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 406 * @return The narrowed character. 408 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.h | 356 * @brief Retrieves the @a empty character. 357 * @return The current fill character. 373 * @brief Sets a new @a empty character. 374 * @param ch The new character. 375 * @return The previous fill character. 377 * The fill character is used to fill out space when P+ characters 406 * @param c The character to narrow. 407 * @param dfault The character to narrow. 408 * @return The narrowed character. 410 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.h | 356 * @brief Retrieves the @a empty character. 357 * @return The current fill character. 373 * @brief Sets a new @a empty character. 374 * @param __ch The new character. 375 * @return The previous fill character. 377 * The fill character is used to fill out space when P+ characters 406 * @param __c The character to narrow. 407 * @param __dfault The character to narrow. 408 * @return The narrowed character. 410 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
basic_ios.h | 356 * @brief Retrieves the @a empty character. 357 * @return The current fill character. 373 * @brief Sets a new @a empty character. 374 * @param ch The new character. 375 * @return The previous fill character. 377 * The fill character is used to fill out space when P+ characters 406 * @param c The character to narrow. 407 * @param dfault The character to narrow. 408 * @return The narrowed character. 410 * Maps a character of @c char_type to a character of @c char [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
basic_ios.h | 356 * @brief Retrieves the @a empty character. 357 * @return The current fill character. 373 * @brief Sets a new @a empty character. 374 * @param __ch The new character. 375 * @return The previous fill character. 377 * The fill character is used to fill out space when P+ characters 406 * @param __c The character to narrow. 407 * @param __dfault The character to narrow. 408 * @return The narrowed character. 410 * Maps a character of @c char_type to a character of @c char [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
XMLChar.java | 26 * This class defines the basic XML character properties. The data
27 * in this class can be used to verify that a character is a valid
28 * XML character or if the character is a space, name start, or name
29 * character.
33 * character performance, the tables of character properties are
34 * public. Using the character as an index into the <code>CHARS</code>
55 /** Character flags. */
58 /** Valid character mask. */ [all...] |
SerializerMessages.java | 131 "Attempt to output character of integral value {0} that is not represented in specified output encoding of {1}." }, 155 "Path contains invalid character: {0}" }, 158 "Fragment contains invalid character" }, 234 "An invalid XML character (Unicode: 0x{0}) was found in the comment." 238 "An invalid XML character (Unicode: 0x{0}) was found in the processing instructiondata." 242 "An invalid XML character (Unicode: 0x{0}) was found in the contents of the CDATASection." 246 "An invalid XML character (Unicode: 0x{0}) was found in the node''s character data content." 250 "An invalid XML character(s) was found in the {0} node named ''{1}''." 258 "The value of attribute \"{1}\" associated with an element type \"{0}\" must not contain the ''<'' character." [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucase.h | 16 * Low-level Unicode character/string case mapping code. 137 * context (surrounding text) of a given character for conditional mappings. 140 * character in question. It does not use any indexes on this interface. 148 * @param dir If <0 then start iterating backward from the character; 149 * if >0 then start iterating forward from the character; 171 * For string case mappings, a single character (a code point) is mapped 191 * @param c Character to be mapped. 192 * @param iter Character iterator, used for context-sensitive mappings. 292 UCASE_OTHER_ACCENT=0x30 /* other accent character (0<cc!=230) */ 342 UCASE_EXC_OTHER_ACCENT=0x3000 /* other character (0<cc!=230) * [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_rule.h | 40 * Variables are detected by looking up each character in a supplied 47 * context boundary. A segment reference is a special character in 213 * there is a start anchor. The one character anchor gap is 222 * This is the low byte of the first character of the key, 223 * unless the first character of the key is a set. If it's a 232 * representing the low byte of the first character of the key. 233 * It matches this rule if it matches the first character of the 234 * key, or if the first character of the key is a set, and the set 235 * contains any character with a low byte equal to the index 257 * match. A mismatch means at least one character of the tex [all...] |
/external/icu4c/common/ |
ucase.h | 16 * Low-level Unicode character/string case mapping code. 175 * context (surrounding text) of a given character for conditional mappings. 178 * character in question. It does not use any indexes on this interface. 186 * @param dir If <0 then start iterating backward from the character; 187 * if >0 then start iterating forward from the character; 213 * For string case mappings, a single character (a code point) is mapped 233 * @param c Character to be mapped. 234 * @param iter Character iterator, used for context-sensitive mappings. 336 UCASE_OTHER_ACCENT=0x60 /* other accent character (0<cc!=230) */ 385 UCASE_EXC_OTHER_ACCENT=0x3000 /* other character (0<cc!=230) * [all...] |
/external/icu4c/i18n/ |
rbt_rule.h | 40 * Variables are detected by looking up each character in a supplied 47 * context boundary. A segment reference is a special character in 213 * there is a start anchor. The one character anchor gap is 222 * This is the low byte of the first character of the key, 223 * unless the first character of the key is a set. If it's a 232 * representing the low byte of the first character of the key. 233 * It matches this rule if it matches the first character of the 234 * key, or if the first character of the key is a set, and the set 235 * contains any character with a low byte equal to the index 257 * match. A mismatch means at least one character of the tex [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
Hex.java | 51 result[15 - i] = Character.forDigit((int) v & 0x0f, 16); 67 result[7 - i] = Character.forDigit(v & 0x0f, 16); 83 result[5 - i] = Character.forDigit(v & 0x0f, 16); 99 result[3 - i] = Character.forDigit(v & 0x0f, 16); 131 result[1 - i] = Character.forDigit(v & 0x0f, 16); 147 result[0] = Character.forDigit(v & 0x0f, 16); 168 result[16 - i] = Character.forDigit((int) v & 0x0f, 16); 192 result[8 - i] = Character.forDigit(v & 0x0f, 16); 216 result[4 - i] = Character.forDigit(v & 0x0f, 16); 240 result[2 - i] = Character.forDigit(v & 0x0f, 16) [all...] |
/libcore/luni/src/main/java/java/io/ |
InputStreamReader.java | 31 * A class for turning a byte stream into a character stream. Data read from the 33 * provided character converter. The default encoding is taken from the 51 * {@code in}. This constructor sets the character converter to the encoding 64 * character converter that is used to decode bytes into characters is 71 * identifies the character converter to use. 102 * the CharsetDecoder used by the character conversion. 119 * the Charset that defines the character converter 165 * Reads a single character from this reader and returns it as an integer 171 * @return the character read or -1 if the end of the reader has been 189 * at position {@code offset} in the character array {@code buffer}. Return [all...] |