/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
XML.java | 38 /** The Character '&'. */ 39 public static final Character AMP = new Character('&'); 41 /** The Character '''. */ 42 public static final Character APOS = new Character('\''); 44 /** The Character '!'. */ 45 public static final Character BANG = new Character('!'); 47 /** The Character '='. * [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...] |
XMLString.java | 26 * This class is meant to be an interface to character strings, whether they 28 * other character data. By using XMLString, character copies can be reduced 63 * replaced by a single space character (#x20), except spaces after punctuation which 87 * Returns the character at the specified index. An index ranges 88 * from <code>0</code> to <code>length() - 1</code>. The first character 92 * @param index the index of the character. 93 * @return the character at the specified index of this string. 94 * The first character is at index <code>0</code>. 102 * Copies characters from this string into the destination character [all...] |
XMLChar.java | 25 * This class defines the basic XML character properties. The data 26 * in this class can be used to verify that a character is a valid 27 * XML character or if the character is a space, name start, or name 28 * character. 32 * character performance, the tables of character properties are 33 * public. Using the character as an index into the <code>CHARS</code> 53 /** Character flags. */ 56 /** Valid character mask. * [all...] |
XMLStringDefault.java | 75 * replaced by a single space character (#x20), except spaces after punctuation which 105 * Returns the character at the specified index. An index ranges 106 * from <code>0</code> to <code>length() - 1</code>. The first character 110 * @param index the index of the character. 111 * @return the character at the specified index of this string. 112 * The first character is at index <code>0</code>. 123 * Copies characters from this string into the destination character 126 * @param srcBegin index of the first character in the string 128 * @param srcEnd index after the last character in the string 218 * @see java.lang.Character#toLowerCase(char [all...] |
/frameworks/base/core/java/android/text/ |
BidiFormatter.java | 91 * Unicode "Left-To-Right Embedding" (LRE) character. 96 * Unicode "Right-To-Left Embedding" (RLE) character. 101 * Unicode "Pop Directional Formatting" (PDF) character. 106 * Unicode "Left-To-Right Mark" (LRM) character. 111 * Unicode "Right-To-Left Mark" (RLM) character. 118 private static final String LRM_STRING = Character.toString(LRM); 123 private static final String RLM_STRING = Character.toString(RLM); 507 * Returns the directionality of the last character with strong directionality in the string, or 509 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a 510 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for [all...] |
/frameworks/support/core-utils/java/android/support/v4/text/ |
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); 451 * Returns the directionality of the last character with strong directionality in the string, or 453 * the string. Treats a non-BN character between an LRE/RLE/LRO/RLO and its matching PDF as a 454 * strong character, LTR after LRE/LRO, and RTL after RLE/RLO. The results are undefined for [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/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 36 * <p>Throughout the documentation of this class, the phrase "matching character" is used to mean 37 * "any character {@code c} for which {@code this.matches(c)} returns {@code true}". 57 public abstract class CharMatcher implements Predicate<Character> { 61 * Determines whether a character is a breaking whitespace (that is, a whitespace which can be 98 * Determines whether a character is ASCII, meaning that its code point is less than 128. 146 * Determines whether a character is a digit according to 154 * Determines whether a character is a digit according to {@linkplain Character#isDigit(char) 160 return Character.isDigit(c); 165 * Determines whether a character is a letter according to {@linkplain Character#isLetter(char [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/icu/icu4c/source/extra/uconv/ |
resfiles.mk | 6 # the character separating components of a filename.
|
/external/icu/icu4c/source/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.
|
/external/llvm/test/Bitcode/ |
mdstring-high-bits.ll | 3 ; PR21882: confirm we don't crash when high bits are set in a character in a
|
/external/pdfium/core/include/fxcrt/ |
fx_bidi.h | 20 // Append a character and classify it as left, right, or neutral. 21 // Returns true if the character has a different direction than the 25 // Call this after the last character has been appended. AppendChar() 31 // The segment's start position and character count is returned in |iStart|
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stralign.h | 48 PUWSTR __cdecl uaw_wcschr(PCUWSTR String,WCHAR Character); 52 PUWSTR __cdecl uaw_wcsrchr(PCUWSTR String,WCHAR Character); 105 PUWSTR_C ua_wcschr(PCUWSTR String,WCHAR Character); 106 PUWSTR_C ua_wcsrchr(PCUWSTR String,WCHAR Character); 108 PUWSTR ua_wcschr(PUWSTR String,WCHAR Character); 109 PUWSTR ua_wcsrchr(PUWSTR String,WCHAR Character); 115 __CRT_INLINE PUWSTR_C ua_wcschr(PCUWSTR String,WCHAR Character) { 116 if(WSTR_ALIGNED(String)) return wcschr((PCWSTR)String,Character); 117 return (PUWSTR_C)uaw_wcschr(String,Character); 119 __CRT_INLINE PUWSTR_C ua_wcsrchr(PCUWSTR String,WCHAR Character) { [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
xcoff-ref-1.l | 3 .*:3: Error: junk at end of line, first unrecognized character is `1'
|
/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...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ArrayTableTest.java | 39 @Override protected ArrayTable<String, Integer, Character> create( 43 ArrayTable<String, Integer, Character> table = 114 Table<String, Integer, Character> hashCopy = HashBasedTable.create(); 118 Table<String, Integer, Character> reordered 120 Table<String, Integer, Character> smaller 122 Table<String, Integer, Character> swapOuter 124 Table<String, Integer, Character> swapValues 150 Map<Integer, Character> expected = Maps.newHashMap(); 159 Map<String, Character> expected = Maps.newHashMap(); 201 Table<String, Integer, Character> origina [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Pattern2Test.java | 342 // Test \c (control character) sequence 357 // character 361 p = Pattern.compile("\\c" + Character.toString((char) ('A' + i))); 364 m = p.matcher(Character.toString((char) j)); 412 // Test one character range 423 // Test two character range 456 // Test character range using - 478 // Test ranges including the "-" character 503 // Test character class intersection with && 570 // Test character class subtraction with && and [all...] |
/external/apache-http/src/org/apache/commons/codec/net/ |
StringEncodings.java | 34 * Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set. 37 * Every implementation of the Java platform is required to support this character encoding. 40 * @see <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character 50 * Every implementation of the Java platform is required to support this character encoding. 53 * @see <a href="http://java.sun.com/j2se/1.3/docs/api/java/lang/package-summary.html#charenc">JRE character
|
/external/llvm/docs/ |
re_format.7 | 152 (matching any single character), 161 (matching that character taken as an ordinary character), 164 followed by any other character** 165 (matching that character taken as an ordinary character, 169 or a single character with no other significance (matching that character). 172 followed by a character other than a digit is an ordinary character, [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableTableTest.java | 31 @Override protected Table<String, Integer, Character> create(Object... data) { 32 ImmutableTable.Builder<String, Integer, Character> builder = 36 (Character) data[i + 2]); 42 ImmutableTable.Builder<Character, Integer, String> builder = 43 new ImmutableTable.Builder<Character, Integer, String>(); 48 Table<Character, Integer, String> expectedTable = HashBasedTable.create(); 52 Table<Character, Integer, String> otherTable = HashBasedTable.create(); 61 ImmutableTable.Builder<Character, Integer, String> builder = 62 new ImmutableTable.Builder<Character, Integer, String>(); 69 ImmutableTable.Builder<Character, Integer, String> builder [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
CharSequences.java | 15 * <li>{@link java.lang.Character#codePointAt(CharSequence, int)}</li> 16 * <li>{@link java.lang.Character#codePointBefore(CharSequence, int)}</li> 17 * <li>{@link java.lang.Character#codePointCount(CharSequence, int, int)}</li> 18 * <li>{@link java.lang.Character#charCount(int)}</li> 19 * <li>{@link java.lang.Character#offsetByCodePoints(CharSequence, int, int)}</li> 20 * <li>{@link java.lang.Character#toChars(int, char[], int)}</li> 21 * <li>{@link java.lang.Character#toCodePoint(char, char)}</li> 44 // s.trim() => UnicodeSet.trim(CharSequence s); return a subsequence starting with the first character not in the set to the last character not in the set. 48 * Find the longest n such that a[aIndex,n] = b[bIndex,n], and n is on a character boundary [all...] |
/external/icu/icu4c/source/common/ |
util.h | 48 * Return true if the character is NOT printable ASCII. 57 * U+FFFF and \Uxxxxxxxx for U+10000 and above. If the character is 64 * Returns the index of a character, ignoring quoted text. 72 * @param c character to search for 83 * character at or after pos, or str.length(), if there is none. 85 * @return the index of the first non-white-space character at or 113 * Parse a single non-whitespace character 'ch', optionally 117 * offset of the first character to be parsed. On output, pos[0] 118 * is the index after the last parsed character. If the parse 120 * @param ch the non-whitespace character to be parsed [all...] |