/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-tamil/utrrs/ |
README | 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-telugu/utrrs/ |
README | 2 A system to compare a reference image of a text character, word or phrase with another image of the character, word or phrase that was rendered by a text rendering engine. Differences between the reference image and the rendered image may be recorded for subsequent analysis. Performance of a text rendering engine producing text according to typographical rules applicable to a natural language can be evaluated by one with no knowledge or ability to read the natural language
|
/external/openssl/crypto/asn1/ |
charmap.pl | 8 # Each set bit represents a character property. 10 # RFC2253 character properties 11 my $RFC2253_ESC = 1; # Character escaped with \ 12 my $ESC_CTRL = 2; # Escaped control character 15 my $PSTRING_CHAR = 0x10; # Valid PrintableString character 16 my $RFC2253_FIRST_ESC = 0x20; # Escaped with \ if first character 17 my $RFC2253_LAST_ESC = 0x40; # Escaped with \ if last character 68 * Mask of various character properties
|
/libcore/luni/src/main/java/java/util/regex/ |
MatchResult.java | 33 * Returns the index of the first character following the text that matched 36 * @return the character index. 41 * Returns the index of the first character following the text that matched 48 * @return the character index. 79 * Returns the index of the first character of the text that matched 82 * @return the character index. 87 * Returns the index of the first character of the text that matched a given 94 * @return the character index.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ArrayTableTest.java | 38 @Override protected ArrayTable<String, Integer, Character> create( 42 ArrayTable<String, Integer, Character> table = 113 Table<String, Integer, Character> hashCopy = HashBasedTable.create(); 117 Table<String, Integer, Character> reordered 119 Table<String, Integer, Character> smaller 121 Table<String, Integer, Character> swapOuter 123 Table<String, Integer, Character> swapValues 149 Map<Integer, Character> expected = Maps.newHashMap(); 158 Map<String, Character> expected = Maps.newHashMap(); 200 Table<String, Integer, Character> origina [all...] |
/frameworks/support/v4/java/android/support/v4/text/ |
TextDirectionHeuristicsCompat.java | 43 * Determines the direction based on the first strong directional character, including bidi 51 * Determines the direction based on the first strong directional character, including bidi 59 * If the text contains any strong right to left non-format character, determines that the 80 case Character.DIRECTIONALITY_LEFT_TO_RIGHT: 82 case Character.DIRECTIONALITY_RIGHT_TO_LEFT: 83 case Character.DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC: 92 case Character.DIRECTIONALITY_LEFT_TO_RIGHT: 93 case Character.DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING: 94 case Character.DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE: 96 case Character.DIRECTIONALITY_RIGHT_TO_LEFT [all...] |
BidiFormatter.java | 86 * Unicode "Left-To-Right Embedding" (LRE) character. 91 * Unicode "Right-To-Left Embedding" (RLE) character. 96 * Unicode "Pop Directional Formatting" (PDF) character. 101 * Unicode "Left-To-Right Mark" (LRM) character. 106 * Unicode "Right-To-Left Mark" (RLM) character. 113 private static final String LRM_STRING = Character.toString(LRM); 118 private static final String RLM_STRING = Character.toString(RLM); 448 * Returns the directionality of the last character with strong directionality in the string, or 450 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a 451 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
XML11Char.java | 27 * in this class can be used to verify that a character is a valid
28 * XML 1.1 character or if the character is a space, name start, or name
29 * character.
32 * of the developer. Using the character as an index into the <code>XML11CHARS</code>
52 /** Character flags for XML 1.1. */
55 /** XML 1.1 Valid character mask. */
58 /** XML 1.1 Space character mask. */
61 /** XML 1.1 Name start character mask. */
64 /** XML 1.1 Name character mask. */ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
XML11Char.java | 28 * in this class can be used to verify that a character is a valid 29 * XML 1.1 character or if the character is a space, name start, or name 30 * character. 33 * of the developer. Using the character as an index into the <code>XML11CHARS</code> 47 /** Character flags for XML 1.1. */ 50 /** XML 1.1 Valid character mask. */ 53 /** XML 1.1 Space character mask. */ 56 /** XML 1.1 Name start character mask. */ 59 /** XML 1.1 Name character mask. * [all...] |
/frameworks/base/core/java/android/text/ |
BidiFormatter.java | 90 * Unicode "Left-To-Right Embedding" (LRE) character. 95 * Unicode "Right-To-Left Embedding" (RLE) character. 100 * Unicode "Pop Directional Formatting" (PDF) character. 105 * Unicode "Left-To-Right Mark" (LRM) character. 110 * Unicode "Right-To-Left Mark" (RLM) character. 117 private static final String LRM_STRING = Character.toString(LRM); 122 private static final String RLM_STRING = Character.toString(RLM); 458 * Returns the directionality of the last character with strong directionality in the string, or 460 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a 461 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
UnicodeEscaper.java | 63 * {@code 0 <= cp <= Character#MAX_CODE_POINT}. 66 * character from the resulting text. 68 * <p>If the character does not need to be escaped, this method should return 69 * {@code null}, rather than an array containing the character representation 75 * exception or return a suitable replacement character. It must never 86 * returning the index of the next character that requires escaping. 103 * @param start the index of the first character to be scanned 104 * @param end the index immediately after the last character to be scanned 115 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1; 125 * unmatched high surrogate character, then this method will thro [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
UnicodeEscaper.java | 63 * {@code 0 <= cp <= Character#MAX_CODE_POINT}. 66 * character from the resulting text. 68 * <p>If the character does not need to be escaped, this method should return 69 * {@code null}, rather than an array containing the character representation 75 * exception or return a suitable replacement character. It must never 86 * returning the index of the next character that requires escaping. 103 * @param start the index of the first character to be scanned 104 * @param end the index immediately after the last character to be scanned 115 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1; 125 * unmatched high surrogate character, then this method will thro [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsCharacter.java | 37 import com.bulletphysics.dynamics.character.KinematicCharacterController; 52 * Basic Bullet Character 57 protected KinematicCharacterController character; field in class:PhysicsCharacter 81 throw (new UnsupportedOperationException("Kinematic character nodes cannot have mesh collision shapes")); 95 character = new KinematicCharacterController(gObject, (ConvexShape) collisionShape.getCShape(), stepHeight); 99 * Sets the location of this physics character 103 character.warp(Converter.convert(location, tempVec)); 115 character.setWalkDirection(Converter.convert(walkDirection, tempVec)); 127 character.setUpAxis(axis); 136 character.setFallSpeed(fallSpeed) [all...] |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
AbstractTLexer.java | 28 * the character stream to be provided is. 34 * Create a new instance of the lexer using the given character stream as 37 * @param input A valid character stream that contains the ruleSrc code you 47 * @param input The character stream we are going to lex
|
/external/chromium_org/chrome/common/cloud_print/ |
cloud_print_class_mac.h | 12 // Four character constant to identify Cloud print IPC call.
|
/external/chromium_org/chrome/common/extensions/api/test_presubmit/ |
invalid_json_2.json | 7 // Invalid control character at: line 8 column 19 (char 25).
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserIdioms.h | 67 inline bool isHTMLSpace(CharType character) 79 return character <= ' ' && (character == ' ' || character == '\n' || character == '\t' || character == '\r' || character == '\f'); 83 inline bool isHTMLSpaceOrComma(CharType character) 85 return isHTMLSpace<CharType>(character) || character == ',' [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_unilib.h | 10 // Return length of a single UTF-8 source character
|
/external/icu4c/extra/uconv/ |
resfiles.mk | 6 # the character separating components of a filename.
|
/external/icu4c/layout/ |
CharSubstitutionFilter.h | 18 * This filter is used by character-based GSUB processors. It 66 * character can be displayed by the filter's 69 * @param glyph - the Unicode character code to be tested 71 * @return TRUE if the filter's font can display this character.
|
/libcore/luni/src/main/java/java/nio/charset/ |
UnmappableCharacterException.java | 22 * character for the given charset is encountered. 32 // The length of the unmappable character 39 * the length of the unmappable character. 46 * Returns the length of the unmappable character.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
wcrtomb.c | 1 /* Convert wide character to multibyte character. 39 /* We know the NUL wide character corresponds to the NUL character. */
|
/packages/apps/UnifiedEmail/res/values/ |
shortcut_keys.xml | 20 <!-- Character, that when combined with CTRL, should cause a save action --> 22 <!-- Character, that when combined with CTRL, should open compose --> 24 <!-- Character, that when combined with CTRL, should trigger a refresh --> 26 <!-- Character, that when combined with CTRL, should trigger the Y button action (sometimes archive, sometimes delete, etc) -->
|
/external/chromium_org/ui/base/ime/chromeos/ |
character_composer.h | 17 // Outputs composed character. 31 // Returns a string consisting of composed character. 44 // Composite a character with dead-keys and compose-key. 46 // Composite a character with a hexadecimal unicode sequence. 57 // composed_character() returns non empty string when there is a character 78 // Commit a character composed from hexadecimal uncode sequence 87 // A string representing the composed character.
|
/libcore/luni/src/main/java/org/xml/sax/ |
InputSource.java | 24 * with a specified encoding), and/or a character stream.</p> 32 * to read XML input. If there is a character stream available, the 35 * If there is no character stream, but there is 38 * specified) autodetecting the character encoding using an algorithm 39 * such as the one in the XML specification. If neither a character 48 * character streams is to close them on as part of end-of-parse cleanup, 81 * the character encoding, if known.</p> 105 * character encoding.</p> 121 * Create a new input source with a character stream. 127 * <p>The character stream shall not include a byte order mark.</p [all...] |