/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/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
UCharacterPerf.java | 33 MIN_ = Character.MIN_VALUE; 34 MAX_ = Character.MAX_VALUE; 63 Character.digit(ch, 10); 93 Character.getNumericValue(ch); 123 Character.getType(ch); 153 Character.isDefined(ch); 183 Character.isDigit(ch); 213 Character.isIdentifierIgnorable(ch); 243 Character.isISOControl(ch); 273 Character.isLetter(ch) [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
Animation3DTest.java | 50 ModelInstance character;
field in class:Animation3DTest 120 if (character != null) {
125 character.transform.mul(trTmp.toMatrix4(tmpMatrix));
134 character.transform.mul(trTmp.toMatrix4(tmpMatrix));
146 character.transform.mul(trTmp.toMatrix4(tmpMatrix));
149 character.transform.mul(trTmp.toMatrix4(tmpMatrix));
158 if (character != null) {
159 shadowLight.begin(character.transform.getTranslation(tmpVector), cam.direction);
161 if (character != null) shadowBatch.render(character);
[all...] |
/frameworks/base/core/java/android/text/ |
TextDirectionHeuristics.java | 50 * Determines the direction based on the first strong directional character, including bidi 58 * Determines the direction based on the first strong directional character, including bidi 66 * If the text contains any strong right to left non-format character, determines that the 88 switch (Character.getDirectionality(codePoint)) { 89 case Character.DIRECTIONALITY_LEFT_TO_RIGHT: 91 case Character.DIRECTIONALITY_RIGHT_TO_LEFT: 92 case Character.DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC: 94 case Character.DIRECTIONALITY_UNDEFINED: 104 // Unassigned RTL character 113 // Non-character [all...] |
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
Utf8Test.java | 44 newString(Character.MIN_HIGH_SURROGATE, Character.MIN_LOW_SURROGATE))); 48 testEncodedLengthFails(newString(Character.MIN_HIGH_SURROGATE), 0); 49 testEncodedLengthFails("foobar" + newString(Character.MIN_HIGH_SURROGATE), 6); 50 testEncodedLengthFails(newString(Character.MIN_LOW_SURROGATE), 0); 51 testEncodedLengthFails("foobar" + newString(Character.MIN_LOW_SURROGATE), 6); 54 Character.MIN_HIGH_SURROGATE, 55 Character.MIN_HIGH_SURROGATE), 0); 99 // One two byte character and a one byte character [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractTableReadTest.java | 34 protected Table<String, Integer, Character> table; 45 protected abstract Table<String, Integer, Character> 97 assertEquals((Character) 'a', table.get("foo", 1)); 98 assertEquals((Character) 'b', table.get("bar", 1)); 99 assertEquals((Character) 'c', table.get("foo", 3)); 122 Table<String, Integer, Character> hashCopy = HashBasedTable.create(table); 123 Table<String, Integer, Character> reordered 125 Table<String, Integer, Character> smaller 127 Table<String, Integer, Character> swapOuter 129 Table<String, Integer, Character> swapValue [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/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCharacterUtility.java | 11 * Internal character utility class for simple data type conversion and String 22 * Determines if codepoint is a non character 24 * @return true if codepoint is a non character false otherwise 58 * @return the end position of the substring within the character array 120 * @return the end position of the substrings within the character array 139 * skip substrings from an array of characters, where each character is a set 171 * Minimum suffix value that indicates if a character is non character. 176 * New minimum non character in Unicode 3.1 180 * New non character range in Unicode 3. [all...] |
/external/icu/icu4c/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCharacterUtility.java | 10 * Internal character utility class for simple data type conversion and String 21 * Determines if codepoint is a non character 23 * @return true if codepoint is a non character false otherwise 57 * @return the end position of the substring within the character array 119 * @return the end position of the substrings within the character array 138 * skip substrings from an array of characters, where each character is a set 170 * Minimum suffix value that indicates if a character is non character. 175 * New minimum non character in Unicode 3.1 179 * New non character range in Unicode 3. [all...] |
/external/libchrome/base/strings/ |
utf_string_conversion_utils.h | 38 // is the character offset within the string to start reading at. |*char_index| 39 // will be updated to index the last character read, such that incrementing it 40 // (as in a for loop) will take the reader to the next character. 48 // Reads a UTF-16 character. The usage is the same as the 8-bit version above. 55 // Reads UTF-32 character. The usage is the same as the 8-bit version above. 64 // Appends a UTF-8 character to the given 8-bit string. Returns the number of 69 // Appends the given code point as a UTF-16 character to the given 16-bit 74 // Appends the given UTF-32 character to the given 32-bit string. Returns the 77 // This is the easy case, just append the character. 87 // character types are unsigned, which will be true for UTF-16 and -32 on ou [all...] |
/external/sl4a/Common/src/org/apache/commons/codec/ |
CharEncoding.java | 21 * Character encoding names required of every implementation of the Java platform. 26 * <cite>Every implementation of the Java platform is required to support the following character encodings. Consult the 33 * Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set.</li> 59 * Every implementation of the Java platform is required to support this character encoding. 68 * Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set. 71 * Every implementation of the Java platform is required to support this character encoding. 84 * Every implementation of the Java platform is required to support this character encoding. 96 * Every implementation of the Java platform is required to support this character encoding. 108 * Every implementation of the Java platform is required to support this character encoding. 120 * Every implementation of the Java platform is required to support this character encoding [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSOutput.java | 20 * character stream. 21 * <p> The exact definitions of a byte stream and a character stream are 88 * The character encoding to use for the output. The encoding must be a 90 * 4.3.3 "Character Encoding in Entities"), it is recommended that 91 * character encodings registered (as charsets) with the Internet 92 * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a>] 97 * The character encoding to use for the output. The encoding must be a 99 * 4.3.3 "Character Encoding in Entities"), it is recommended that 100 * character encodings registered (as charsets) with the Internet 101 * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a> [all...] |
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/ |
StringUtils.java | 114 return Character.codePointCount(text, 0, text.length()); 119 if (Character.charCount(codePoint) == 1) { 125 return new String(Character.toChars(codePoint)); 141 * a comma character in it. 220 // - It does not work for Serbian, because it fails to account for the "lj" character, 254 new int[Character.codePointCount(charSequence, startIndex, endIndex)]; 264 * can be measured with Character#codePointCount(CharSequence, int, int) before passing to this 283 index = Character.offsetByCodePoints(charSequence, index, 1)) { 284 final int codePoint = Character.codePointAt(charSequence, index); 287 destination[destIndex] = downCase ? Character.toLowerCase(codePoint) : codePoint [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
EmojiTest.java | 49 * Tests all Emoji are defined in Character class 53 assertTrue(Character.isDefined(EmojiConstants.emojiCodePoints[i])); 99 mBitmapA = ccanvas.capture(Character.toChars(comparedCodePoints[i][0])); 100 mBitmapB = ccanvas.capture(Character.toChars(comparedCodePoints[i][1])); 107 mBitmapA = cviewA.capture(Character.toChars(comparedCodePoints[i][0])); 109 mBitmapB = cviewB.capture(Character.toChars(comparedCodePoints[i][1])); 115 mBitmapA = cedittextA.capture(Character.toChars(comparedCodePoints[i][0])); 117 mBitmapB = cedittextB.capture(Character.toChars(comparedCodePoints[i][1])); 127 mBitmapA = cwebview.capture(Character.toChars(comparedCodePoints[i][0])); 128 mBitmapB = cwebview.capture(Character.toChars(comparedCodePoints[i][1])) [all...] |
/external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/ |
Lwjgl3DebugStarter.java | 91 public boolean keyTyped (char character) {
92 System.out.println("Key typed: '" + character + "', " + (int)character);
94 if(character == 'f') {
104 if(character == 'w') {
107 if(character == 'e') {
110 if(character == 'c') {
113 if(character == 'v') {
117 if(character == 's') {
121 if(character == 'q') { [all...] |
/external/libutf/ |
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...] |
/prebuilts/go/darwin-x86/src/path/filepath/ |
match.go | 26 // '?' matches any single non-Separator character 27 // '[' [ '^' ] { character-range } ']' 28 // character class (must be non-empty) 29 // c matches character c (c != '*', '?', '\\', '[') 30 // '\\' c matches character c 32 // character-range: 33 // c matches character c (c != '\\', '-', ']') 34 // '\\' c matches character c 35 // lo '-' hi matches character c for lo <= c <= hi 123 // Chunk is all single-character operators: literals, char classes, and ? [all...] |
/prebuilts/go/linux-x86/src/path/filepath/ |
match.go | 26 // '?' matches any single non-Separator character 27 // '[' [ '^' ] { character-range } ']' 28 // character class (must be non-empty) 29 // c matches character c (c != '*', '?', '\\', '[') 30 // '\\' c matches character c 32 // character-range: 33 // c matches character c (c != '\\', '-', ']') 34 // '\\' c matches character c 35 // lo '-' hi matches character c for lo <= c <= hi 123 // Chunk is all single-character operators: literals, char classes, and ? [all...] |
/external/icu/icu4c/source/layout/ |
LayoutEngine.h | 37 * an array of character indices for the glyphs, and an array of glyph positions. 44 * character to glyph mapping and default positioning using the glyph's advance 50 * 1) Glyph processing - character to glyph mapping and any other glyph processing 169 * output character index array reflecting these changes. 174 * @param chars - the input character context 175 * @param offset - the index of the first character to process 179 * @param outChars - the output character array, if different from the input 180 * @param glyphStorage - the object that holds the per-glyph storage. The character index array may be set. 183 * @return the output character count (input character count if no change [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XString.java | 128 // The character is not a '-' or a '.' or a digit 239 * Returns the character at the specified index. An index ranges 240 * from <code>0</code> to <code>length() - 1</code>. The first character 244 * @param index the index of the character. 245 * @return the character at the specified index of this string. 246 * The first character is at index <code>0</code>. 257 * Copies characters from this string into the destination character 260 * @param srcBegin index of the first character in the string 262 * @param srcEnd index after the last character in the string 405 * @see java.lang.Character#toLowerCase(char [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
XMLTokener.java | 36 /** The table of entity values. It initially contains Character values for 85 * of tokens: the '<' character which begins a markup tag, and the content 88 * @return A string, or a '<' Character, or null if there is no more 97 } while (Character.isWhitespace(c)); 123 * @param a An ampersand character. 124 * @return A Character or an entity String if the entity is not recognized. 131 if (Character.isLetterOrDigit(c) || c == '#') { 132 sb.append(Character.toLowerCase(c)); 149 * Character, and strings and names are returned as Boolean. We don't care 159 } while (Character.isWhitespace(c)) [all...] |
/external/icu/tools/srcgen/resources/ |
replacements.txt | 7 * {@icuenhanced java.lang.Character}.{@icu _usage_} 9 * <p>The UCharacter class provides extensions to the {@link java.lang.Character} class. 16 * how the Character class methods and constants were widened later. 17 * In particular, {@link Character#MAX_VALUE} is still a char with the value U+FFFF, 25 * properties, the main differences between UCharacter and Character are: 32 * <li> int compareTo(java.lang.Character, java.lang.Character), etc. 34 * <li> UCharacter does not include Character APIs that are deprecated, nor 35 * does it include the Java-specific character information, such as 37 * <li> Character maps characters 'A' - 'Z' and 'a' - 'z' to the numeri [all...] |