HomeSort by relevance Sort by last modified time
    Searched refs:character (Results 1 - 25 of 575) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/
char.d 2 #name: MRI character constants
5 # Test MRI character constants
char.s 1 ; Test MRI style character constants.
  /external/sfntly/cpp/src/sample/subtly/
character_predicate.cc 31 bool AcceptRange::operator()(int32_t character) const {
32 return start_ <= character && character <= end_;
44 bool AcceptSet::operator()(int32_t character) const {
45 return characters_->find(character) != characters_->end();
49 bool AcceptAll::operator()(int32_t character) const {
50 UNREFERENCED_PARAMETER(character);
character_predicate.h 28 virtual bool operator()(int32_t character) const = 0;
37 virtual bool operator()(int32_t character) const;
52 virtual bool operator()(int32_t character) const;
64 virtual bool operator()(int32_t character) const;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/reader/
ReaderException.java 23 private final char character; field in class:ReaderException
26 public ReaderException(String name, int position, char character, String message) {
29 this.character = character;
38 return character;
47 return "unacceptable character '" + character + "' (0x"
48 + Integer.toHexString((int) character).toUpperCase() + ") " + getMessage()
  /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...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-fr30.h 62 the local variable 'c' which is passed to this macro as 'character'. */
63 #define TC_START_LABEL(character, s, i_l_p) \
64 ((character) != ':' ? 0 : (character = fr30_is_colon_insn (s)) ? 0 : ((character = ':'), 1))
tc-m32c.h 82 the local variable 'c' which is passed to this macro as 'character'. */
83 #define TC_START_LABEL(character, s, i_l_p) \
84 ((character) != ':' ? 0 : (character = m32c_is_colon_insn (s)) ? 0 : ((character = ':'), 1))
  /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...]
  /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'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
dir-junk.l 2 [^:]*:2: Error: junk at end of line, first unrecognized character is `c'
3 [^:]*:3: Error: junk at end of line, first unrecognized character is `x'
predicate-bad-1.l 2 [^:]*:5: Error: junk at end of line, first unrecognized character is `\['
  /external/parameter-framework/upstream/utility/
Tokenizer.cpp 48 for (const auto character : _input) {
49 if (_delimiters.find(character) != string::npos) {
68 token += character;
  /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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
quotes.s 1 ;; test the parsing of strings and character constants
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ArabicCharacterData.java 42 private Record(int character)
44 codePoint = character;
45 generalCategory = UCharacter.getType(character);
46 decompositionType = UCharacter.getIntPropertyValue(character, UProperty.DECOMPOSITION_TYPE);
53 decomposition = Normalizer.compose(UCharacter.toString(character), true);
57 decomposition = Normalizer.decompose(UCharacter.toString(character), true);
76 private void add(int character)
78 records[recordIndex++] = new Record(character);
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
named_entity_trie.js 4 //(see: http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#tokenizing-character-references and
5 //http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html#named-character-references)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 178 int character; local
183 character = name.codePointAt(position++);
184 if ((character == 0x20) || (character == 0x2c) || (character == 0x2E)) {
190 if ((character < 0x1100) || (character > 0x1112 && character < 0x3131) ||
191 (character > 0x314E && character < 0xAC00) |
    [all...]
  /external/clang/test/PCH/
cxx_exprs.cpp 12 char character; variable
26 const_cast_result char_ptr = &character;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
dir-intel03-err.l 3 .*:8: Error: junk at end of line, first unrecognized character is `r'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-widec2.d 6 #error: unsupported wide character sequence 0xFF 0x6E
  /external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
jquery.hotkeys.js 53 character = String.fromCharCode( event.which ).toLowerCase(),
78 possible[ modif + character ] = true;
79 possible[ modif + jQuery.hotkeys.shiftNums[ character ] ] = true;
83 possible[ jQuery.hotkeys.shiftNums[ character ] ] = true;

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>