/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-widec2.d | 6 #error: unsupported wide character sequence 0xFF 0x6E
|
/toolchain/binutils/binutils-2.25/libiberty/ |
memchr.c | 7 character @var{c}. The search only ends with the first occurrence of 9 character does not terminate the search. If the character @var{c} is 11 to the character is returned. If @var{c} is not found, then @code{NULL} is
|
/external/v8/src/ |
unicode-decoder.cc | 24 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor); local 28 bool is_two_characters = character > Utf16::kMaxNonSurrogateCharCode; 36 *buffer++ = Utf16::LeadSurrogate(character); 37 *buffer++ = Utf16::TrailSurrogate(character); 39 *buffer++ = character; 42 // Just wrote last character of buffer 66 uint32_t character = Utf8::ValueOf(stream, stream_length, &cursor); local 72 if (character > unibrow::Utf16::kMaxNonSurrogateCharCode) { 73 *data++ = Utf16::LeadSurrogate(character); 74 *data++ = Utf16::TrailSurrogate(character); [all...] |
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/ |
StringUtils.java | 27 /** The entity for the ampersand character */ 29 /** The entity for the quote character */ 31 /** The entity for the apostrophe character */ 33 /** The entity for the less than character */ 35 /** The entity for the greater than character */ 37 /** The entity for the tab character */ 39 /** The entity for the carriage return character */ 41 /** The entity for the line feed character */ 49 if (!Character.isWhitespace(string.charAt(i))) { 61 if (Character.isTitleCase(ch)) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
TableCollectionTest.java | 70 Table<String, Integer, Character> table, String[] elements) { 78 Table<Integer, String, Character> table, String[] elements) { 86 Table<Integer, Character, String> table, String[] elements) { 93 implements TestSetGenerator<Cell<String, Integer, Character>> { 95 public SampleElements<Cell<String, Integer, Character>> samples() { 96 return new SampleElements<Cell<String, Integer, Character>>( 105 public Set<Cell<String, Integer, Character>> create( 107 Table<String, Integer, Character> table = createTable(); 110 Cell<String, Integer, Character> cell 111 = (Cell<String, Integer, Character>) element [all...] |
ImmutableTableTest.java | 30 @Override protected Table<String, Integer, Character> create(Object... data) { 31 ImmutableTable.Builder<String, Integer, Character> builder = 35 (Character) data[i + 2]); 41 ImmutableTable.Builder<Character, Integer, String> builder = 42 new ImmutableTable.Builder<Character, Integer, String>(); 47 Table<Character, Integer, String> expectedTable = HashBasedTable.create(); 51 Table<Character, Integer, String> otherTable = HashBasedTable.create(); 60 ImmutableTable.Builder<Character, Integer, String> builder = 61 new ImmutableTable.Builder<Character, Integer, String>(); 68 ImmutableTable.Builder<Character, Integer, String> builder [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
domjs.test | 18 "output":["ParseError", ["Character", "\\uFFFD"]] 23 "output":[["Character", "foo\uFEFFbar"]] 29 "output":[["Character", "\u2242\u0338"]] 35 "output":["ParseError", ["Character", "&NotEqualTild;"]] 49 "output":[["Character","</ XMP>"]] 56 "output":[["Character","</xm>"]] 63 "output":[["Character","</xm "]] 70 "output":[["Character","</xm/"]]
|
test1.test | 37 "output":["ParseError", ["Character", "<>"]]}, 53 "output":[["StartTag", "p", {}], ["Character", "One"], ["StartTag", "p", {}], ["Character", "Two"]]}, 106 "output":[["Character", "&"]]}, 110 "output":[["Character", "&&"]]}, 114 "output":[["Character", "& "]]}, 118 "output":["ParseError", ["Character", "&f"]]}, 122 "output":["ParseError", ["Character", "&#"]]}, 126 "output":["ParseError", ["Character", "&#x"]]}, 130 "output":[["Character","I'm \u00ACit"]]} [all...] |
/external/clang/test/Misc/ |
diag-special-chars.c | 5 // marker character for diagnostic printing. Ensure diagnostics involving 6 // this character does not cause problems with the diagnostic printer.
|
/external/expat/lib/ |
xmltok_impl.h | 35 BT_OTHER, /* known not to be a name or name start character */ 36 BT_NONASCII, /* might be a name or name start character */
|
/frameworks/base/docs/html/sdk/api_diff/19/changes/ |
java.lang.Character.UnicodeBlock.html | 10 java.lang.Character.UnicodeBlock 74 Class java.lang.<A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html" target="_top"><font size="+2"><code>Character.UnicodeBlock</code></font></A> 87 <A NAME="java.lang.Character.UnicodeBlock.ALCHEMICAL_SYMBOLS"></A> 88 <nobr><code>UnicodeBlock</code> <A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html#ALCHEMICAL_SYMBOLS" target="_top"><code>ALCHEMICAL_SYMBOLS</code></A></nobr> 94 <A NAME="java.lang.Character.UnicodeBlock.ANCIENT_GREEK_MUSICAL_NOTATION"></A> 95 <nobr><code>UnicodeBlock</code> <A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html#ANCIENT_GREEK_MUSICAL_NOTATION" target="_top"><code>ANCIENT_GREEK_MUSICAL_NOTATION</code></A></nobr> 101 <A NAME="java.lang.Character.UnicodeBlock.ANCIENT_GREEK_NUMBERS"></A> 102 <nobr><code>UnicodeBlock</code> <A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html#ANCIENT_GREEK_NUMBERS" target="_top"><code>ANCIENT_GREEK_NUMBERS</code></A></nobr> 108 <A NAME="java.lang.Character.UnicodeBlock.ANCIENT_SYMBOLS"></A [all...] |
/external/guava/guava-tests/test/com/google/common/escape/ |
UnicodeEscaperTest.java | 32 "" + Character.MIN_HIGH_SURROGATE + Character.MIN_LOW_SURROGATE; 34 "" + Character.MAX_HIGH_SURROGATE + Character.MAX_LOW_SURROGATE; 68 "[" + Character.MIN_SUPPLEMENTARY_CODE_POINT + "]" + 69 "0189[" + Character.MAX_CODE_POINT + "]"; 87 final int min = Character.MIN_SUPPLEMENTARY_CODE_POINT; 88 final int max = Character.MAX_CODE_POINT; 97 Character.toChars(min, dst, 1); 98 Character.toChars(s1, dst, 3) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
Character_SubsetTest.java | 25 * java.lang.Character.Subset#Character.Subset(java.lang.String) 31 new Character.Subset(null) { 39 * java.lang.Character.Subset#toString() 44 Character.Subset subset = new Character.Subset(name) {
|
/libcore/ojluni/src/main/native/ |
Character.cpp | 164 NATIVE_METHOD(Character, digitImpl, "!(II)I"), 165 NATIVE_METHOD(Character, getDirectionalityImpl, "!(I)B"), 166 NATIVE_METHOD(Character, getNameImpl, "(I)Ljava/lang/String;"), 167 NATIVE_METHOD(Character, getNumericValueImpl, "!(I)I"), 168 NATIVE_METHOD(Character, getTypeImpl, "!(I)I"), 169 NATIVE_METHOD(Character, isAlphabeticImpl, "!(I)Z"), 170 NATIVE_METHOD(Character, isDefinedImpl, "!(I)Z"), 171 NATIVE_METHOD(Character, isDigitImpl, "!(I)Z"), 172 NATIVE_METHOD(Character, isIdentifierIgnorableImpl, "!(I)Z"), 173 NATIVE_METHOD(Character, isIdeographicImpl, "!(I)Z") [all...] |
/external/proguard/src/proguard/ |
WordReader.java | 139 Character.isWhitespace(currentLine.charAt(currentIndex))) 166 Character.isWhitespace(currentLine.charAt(currentIndex))) 194 // The next word is starting with a quote character. 198 // The next word is a quoted character string. 226 Character.isWhitespace(currentLine.charAt(currentIndex-1)))) { 237 Character.isWhitespace(currentLine.charAt(endIndex-1))) 244 // The next word is a single delimiting character. 249 // The next word is a simple character string. 256 Character.isWhitespace(currentCharacter) || 347 private boolean isOption(char character) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCharacterIteratorWrapper.java | 31 * Sets the position to getBeginIndex() and returns the character at that 33 * @return the first character in the text, or DONE if the text is empty 44 * and returns the character at that position. 45 * @return the last character in the text, or DONE if the text is empty 54 * Gets the character at the current position (as returned by getIndex()). 55 * @return the character at the current position or DONE if the current 64 * Increments the iterator's index by one and returns the character 68 * @return the character at the new position or DONE if the new 78 * Decrements the iterator's index by one and returns the character 81 * @return the character at the new position or DONE if the curren [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCharacterIteratorWrapper.java | 29 * Sets the position to getBeginIndex() and returns the character at that 31 * @return the first character in the text, or DONE if the text is empty 42 * and returns the character at that position. 43 * @return the last character in the text, or DONE if the text is empty 52 * Gets the character at the current position (as returned by getIndex()). 53 * @return the character at the current position or DONE if the current 62 * Increments the iterator's index by one and returns the character 66 * @return the character at the new position or DONE if the new 76 * Decrements the iterator's index by one and returns the character 79 * @return the character at the new position or DONE if the curren [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Character.java | 35 * The {@code Character} class wraps a value of the primitive 37 * {@code Character} contains a single field whose type is 41 * a character's category (lowercase letter, digit, etc.) and for converting 44 * Character information is based on the Unicode Standard, version 6.0.0. 46 * The methods and data of class {@code Character} are defined by 48 * Unicode Character Database maintained by the Unicode 51 * character range. 58 * <h4><a name="unicode">Unicode Character Representations</a></h4> 61 * {@code Character} object encapsulates) are based on the 75 * than U+FFFF are called <em>supplementary character</em>s. The Jav [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
RegularImmutableTableTest.java | 29 private static final ImmutableSet<Cell<Character, Integer, String>> CELLS = 35 private static final ImmutableSet<Character> ROW_SPACE = 41 private static final SparseImmutableTable<Character, Integer, String> SPARSE = 42 new SparseImmutableTable<Character, Integer, String>(CELLS.asList(), ROW_SPACE, 45 private static final DenseImmutableTable<Character, Integer, String> DENSE = 46 new DenseImmutableTable<Character, Integer, String>(CELLS.asList(), ROW_SPACE, 49 @Override Iterable<ImmutableTable<Character, Integer, String>> 51 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, 56 for (ImmutableTable<Character, Integer, String> testInstance : 63 for (ImmutableTable<Character, Integer, String> testInstance [all...] |
/external/caliper/examples/src/main/java/examples/ |
CharacterBenchmark.java | 24 * Tests various Character methods, intended for testing multiple 76 Character.digit(chars[ch], 10); 82 Character.digit((int) chars[ch], 10); 92 Character.getNumericValue(chars[ch]); 98 Character.getNumericValue((int) chars[ch]); 108 Character.isDigit(chars[ch]); 114 Character.isDigit((int) chars[ch]); 124 Character.isIdentifierIgnorable(chars[ch]); 130 Character.isIdentifierIgnorable((int) chars[ch]); 140 Character.isJavaIdentifierPart(chars[ch]) [all...] |
/libcore/benchmarks/src/benchmarks/regression/ |
CharacterBenchmark.java | 23 * Tests various Character methods, intended for testing multiple 80 Character.digit(chars[ch], 10); 86 Character.digit((int) chars[ch], 10); 96 Character.getNumericValue(chars[ch]); 102 Character.getNumericValue((int) chars[ch]); 112 Character.isDigit(chars[ch]); 118 Character.isDigit((int) chars[ch]); 128 Character.isIdentifierIgnorable(chars[ch]); 134 Character.isIdentifierIgnorable((int) chars[ch]); 144 Character.isJavaIdentifierPart(chars[ch]) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Text_Suite.py | 38 """color - The color of the first character. """ 42 """font - The name of the font of the first character. """ 46 """size - The size in points of the first character. """ 56 class character(aetools.ComponentItem): class in inherits:aetools.ComponentItem 57 """character - This subdivides the text into characters. """ 64 characters = character 100 'character' : character, 114 'character' : character, [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Text_Suite.py | 38 """color - The color of the first character. """ 42 """font - The name of the font of the first character. """ 46 """size - The size in points of the first character. """ 56 class character(aetools.ComponentItem): class in inherits:aetools.ComponentItem 57 """character - This subdivides the text into characters. """ 64 characters = character 100 'character' : character, 114 'character' : character, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Text_Suite.py | 38 """color - The color of the first character. """ 42 """font - The name of the font of the first character. """ 46 """size - The size in points of the first character. """ 56 class character(aetools.ComponentItem): class in inherits:aetools.ComponentItem 57 """character - This subdivides the text into characters. """ 64 characters = character 100 'character' : character, 114 'character' : character, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Text_Suite.py | 38 """color - The color of the first character. """ 42 """font - The name of the font of the first character. """ 46 """size - The size in points of the first character. """ 56 class character(aetools.ComponentItem): class in inherits:aetools.ComponentItem 57 """character - This subdivides the text into characters. """ 64 characters = character 100 'character' : character, 114 'character' : character, [all...] |