/ndk/sources/host-tools/sed-4.2.1/lib/ |
btowc.c | 1 /* Convert unibyte character to wide character.
|
localcharset.h | 3 /* Determine a canonical name for the current locale's character encoding. 30 /* Determine the current locale's character encoding, and canonicalize it
|
wctob.c | 1 /* Convert wide character to unibyte character.
|
/packages/inputmethods/LatinIME/java/res/xml/ |
key_thai_kho_khuat.xml | 28 <!-- U+0E05: "?" THAI CHARACTER KHO KHON --> 34 <!-- U+0E03: "?" THAI CHARACTER KHO KHUAT -->
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
BinaryDictDecoderUtils.java | 125 * A class grouping utility function for our specific character encoding. 134 private static boolean fitsOnOneByte(final int character) { 135 return character >= MINIMAL_ONE_BYTE_CHARACTER_VALUE 136 && character <= MAXIMAL_ONE_BYTE_CHARACTER_VALUE; 140 * Compute the size of a character given its character code. 153 * @param character the character code. 156 static int getCharSize(final int character) { 158 if (fitsOnOneByte(character)) return 1 249 int character = readChar(dictBuffer); local 266 int character = dictBuffer.readUnsignedByte(); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/importlib/ |
__init__.py | 32 for character in name: 33 if character != '.':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/importlib/ |
__init__.py | 32 for character in name: 33 if character != '.':
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimLexer.cs | 328 /** <summary>What is the index of the current character of lookahead?</summary> */ 359 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting ); 367 msg = "no viable alternative at character " + GetCharErrorDisplay( e.Character ); 373 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay( e.Character ); 378 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting; 383 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Encodings.properties | 91 # Variant of Cp850 with Euro character 126 # Latin-1 character set for EBCDIC hosts 128 # Variant of Cp037 with Euro character 130 # Variant of Cp273 with Euro character 132 # Variant of Cp277 with Euro character 134 # Variant of Cp278 with Euro character 136 # Variant of Cp280 with Euro character 138 # Variant of Cp284 with Euro character 140 # Variant of Cp285 with Euro character 142 # Variant of Cp297 with Euro character [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
istream | 251 * character that would have been inserted is not extracted), or 262 * @brief Character counting 294 * @return A character, or eof(). 296 * Tries to extract a character. If none are available, sets failbit 304 * @param __c The character in which to store data. 307 * Tries to extract a character and store it in @a __c. If none are 317 * @brief Simple multiple-character extraction. 320 * @param __delim A "stop" character. 328 * - the next character equals @a __delim, in which case the character [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
istream | 251 * character that would have been inserted is not extracted), or 262 * @brief Character counting 294 * @return A character, or eof(). 296 * Tries to extract a character. If none are available, sets failbit 304 * @param __c The character in which to store data. 307 * Tries to extract a character and store it in @a __c. If none are 317 * @brief Simple multiple-character extraction. 320 * @param __delim A "stop" character. 328 * - the next character equals @a __delim, in which case the character [all...] |
/external/chromium_org/third_party/freetype/src/cff/ |
cf2font.h | 73 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 74 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 89 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 90 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 91 CF2_Fixed darkenX; /* character space units */
|
/external/chromium_org/third_party/icu/source/common/ |
punycode.h | 49 * indicating that the corresponding character is to be 52 * the character. 85 * the corresponding character in dest. 92 * U_INVALID_CHAR_FOUND if a non-ASCII character 94 * or if an invalid character (not a-zA-Z0-9) is found
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
nptrans.h | 69 * Map every character in input stream with mapping character 71 * For any individual character the mapping table may specify 72 * that that a character be mapped to nothing, mapped to one 73 * other character or to a string of other characters.
|
/external/freetype/src/cff/ |
cf2font.h | 73 CF2_Fixed syntheticEmboldeningAmountX; /* character space units */ 74 CF2_Fixed syntheticEmboldeningAmountY; /* character space units */ 89 CF2_Fixed stdVW; /* in character space; depends on dict entry */ 90 CF2_Fixed stdHW; /* in character space; depends on dict entry */ 91 CF2_Fixed darkenX; /* character space units */
|
/external/icu4c/common/ |
punycode.h | 49 * indicating that the corresponding character is to be 52 * the character. 85 * the corresponding character in dest. 92 * U_INVALID_CHAR_FOUND if a non-ASCII character 94 * or if an invalid character (not a-zA-Z0-9) is found
|
/external/icu4c/layout/ |
TibetanLayoutEngine.h | 104 * This method does Tibetan OpenType character processing. It assigns the OpenType feature 109 * @param chars - the input character context 110 * @param offset - the index of the first character to process 114 * @param glyphStorage - the glyph storage object. The glyph and character index arrays will be set. 120 * @return the output character count
|
/external/icu4c/test/intltest/ |
nptrans.h | 65 * Map every character in input stream with mapping character 67 * For any individual character the mapping table may specify 68 * that that a character be mapped to nothing, mapped to one 69 * other character or to a string of other characters.
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderFontJme.java | 109 * Return the width of the given character including kerning information.
110 * @param currentCharacter current character
111 * @param nextCharacter next character
113 * @return width of the character or null when no information for the character is available
|
/frameworks/support/v4/java/android/support/v4/text/ |
TextUtilsCompat.java | 47 // The named character reference ' (the apostrophe, U+0027) was introduced in 100 switch(Character.getDirectionality(locale.getDisplayName(locale).charAt(0))) { 101 case Character.DIRECTIONALITY_RIGHT_TO_LEFT: 102 case Character.DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC: 105 case Character.DIRECTIONALITY_LEFT_TO_RIGHT:
|
/external/icu4c/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...] |
/libcore/luni/src/main/java/java/io/ |
PrintWriter.java | 116 * VM's default character set is used for character encoding. 132 * character set named {@code csn} is used for character encoding. 140 * the name of the character set used for character encoding. 156 * fileName} as its target. The VM's default character set is 157 * used for character encoding. The print writer does not automatically 174 * fileName} as its target. The character set named {@code csn} is used for 175 * character encoding. The print writer does not automatically flush it [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Pattern.java | 62 * <tr> <td> \u<i>hhhh</i> </td> <td>The Unicode character U+hhhh (in hex).</td> </tr> 63 * <tr> <td> \x<i>hh</i> </td> <td>The Unicode character U+00hh (in hex).</td> </tr> 64 * <tr> <td> \c<i>x</i> </td> <td>The ASCII control character ^x (so {@code \cH} would be ^H, U+0008).</td> </tr> 66 * <tr> <td> \a </td> <td>The ASCII bell character (U+0007).</td> </tr> 67 * <tr> <td> \e </td> <td>The ASCII ESC character (U+001b).</td> </tr> 68 * <tr> <td> \f </td> <td>The ASCII form feed character (U+000c).</td> </tr> 69 * <tr> <td> \n </td> <td>The ASCII newline character (U+000a).</td> </tr> 70 * <tr> <td> \r </td> <td>The ASCII carriage return character (U+000d).</td> </tr> 71 * <tr> <td> \t </td> <td>The ASCII tab character (U+0009).</td> </tr> 74 * <h3>Character classes</h3 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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...] |
/prebuilts/gcc/linux-x86/host/i686-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...] |