HomeSort by relevance Sort by last modified time
    Searched full:character (Results 301 - 325 of 12872) sorted by null

<<11121314151617181920>>

  /external/libxml2/result/errors/
attr4.xml.str 1 ./test/errors/attr4.xml:1: parser error : invalid character in attribute value
  /external/libxml2/test/catalogs/
docbook.script 2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
registry.script 2 public "-//OASIS//ENTITIES DocBook XML Character Entities V4.1.2//EN"
  /external/llvm/test/CodeGen/MIR/X86/
unrecognized-character.mir 15 ; CHECK: [[@LINE+1]]:5: unexpected character '\'
  /external/pcre/dist/
libpcre.pc.in 9 Description: PCRE - Perl compatible regular expressions C library with 8 bit character support
libpcre16.pc.in 9 Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
libpcre32.pc.in 9 Description: PCRE - Perl compatible regular expressions C library with 32 bit character support
  /external/sfntly/cpp/src/sample/subtly/
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/nodes/
ScalarNode.java 27 private Character style;
30 public ScalarNode(Tag tag, String value, Mark startMark, Mark endMark, Character style) {
35 Character style) {
52 public Character getStyle() {
  /frameworks/native/include/input/
KeyCharacterMap.h 74 /* Loads a key character map from a file. */
77 /* Loads a key character map from its string contents. */
81 /* Combines a base key character map and an overlay. */
85 /* Returns an empty key character map. */
91 /* Gets the primary character for this key as in the label physically printed on it.
95 /* Gets the Unicode character for the number or symbol generated by the key
101 /* Gets the Unicode character generated by the key and meta key modifiers.
102 * Returns 0 if no character is generated.
113 /* Gets the first matching Unicode character that can be generated by the key,
115 * Returns 0 if no matching character is generated
158 char16_t character; member in struct:android::KeyCharacterMap::Behavior
    [all...]
  /libcore/ojluni/src/main/java/java/text/
AttributedCharacterIterator.java 40 * attributes on a given character can have the same key.
66 * the current character.
193 * Returns the index of the first character of the run
194 * with respect to all attributes containing the current character.
203 * Returns the index of the first character of the run
204 * with respect to the given {@code attribute} containing the current character.
209 * Returns the index of the first character of the run
210 * with respect to the given {@code attributes} containing the current character.
215 * Returns the index of the first character following the run
216 * with respect to all attributes containing the current character
    [all...]
CharacterIterator.java 50 * Iterators maintain a current character index, whose valid range is from
111 * character" value which should not occur in any valid Unicode string.
116 * Sets the position to getBeginIndex() and returns the character at that
118 * @return the first character in the text, or DONE if the text is empty
125 * and returns the character at that position.
126 * @return the last character in the text, or DONE if the text is empty
132 * Gets the character at the current position (as returned by getIndex()).
133 * @return the character at the current position or DONE if the current
140 * Increments the iterator's index by one and returns the character
144 * @return the character at the new position or DONE if the ne
    [all...]
  /prebuilts/go/darwin-x86/src/os/
path_plan9.go 12 // IsPathSeparator reports whether c is a directory separator character.
path_unix.go 14 // IsPathSeparator reports whether c is a directory separator character.
path_windows.go 12 // IsPathSeparator reports whether c is a directory separator character.
  /prebuilts/go/linux-x86/src/os/
path_plan9.go 12 // IsPathSeparator reports whether c is a directory separator character.
path_unix.go 14 // IsPathSeparator reports whether c is a directory separator character.
path_windows.go 12 // IsPathSeparator reports whether c is a directory separator character.
  /toolchain/binutils/binutils-2.25/gas/doc/
c-pj.texi 38 @cindex line comment character, PJ
39 @cindex PJ line comment character
43 If a @samp{#} appears as the first character of a line then the whole
51 The @samp{;} character can be used to separate statements on the same
  /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'
  /external/guava/guava/src/com/google/common/escape/
UnicodeEscaper.java 71 * {@code 0 <= cp <= Character#MAX_CODE_POINT}.
74 * character from the resulting text.
76 * <p>If the character does not need to be escaped, this method should return
77 * {@code null}, rather than an array containing the character representation
83 * exception or return a suitable replacement character. It must never
94 * returning the index of the next character that requires escaping.
111 * @param start the index of the first character to be scanned
112 * @param end the index immediately after the last character to be scanned
123 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1;
133 * unmatched high surrogate character, then this method will thro
    [all...]
  /external/libedit/doc/
editrc.5.roff 149 .Sq No ^ Ar character
177 The ASCII character corresponding to the octal number
182 nullifies the special meaning of the following character,
292 then the character is set to
312 Vi change case of character under the cursor and advance one character.
318 Vi replace character under the cursor with the next character typed.
322 Vi replace character under the cursor and enter insert mode.
346 Vi move to previous character (backspace)
    [all...]
  /prebuilts/libs/libedit/share/man/man5/
editrc.5 149 .Sq No ^ Ar character
177 The ASCII character corresponding to the octal number
182 nullifies the special meaning of the following character,
292 then the character is set to
312 Vi change case of character under the cursor and advance one character.
318 Vi replace character under the cursor with the next character typed.
322 Vi replace character under the cursor and enter insert mode.
346 Vi move to previous character (backspace)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 35 * (possibly with a specifiedencoding), a base URI, and/or a character stream.
36 * The exact definitions of a byte stream and a character stream are binding
75 * writable stream of bytes. If the application knows the character encoding
87 * writable stream of bytes. If the application knows the character encoding
123 * destination. If the application knows the character encoding of the
136 * destination. If the application knows the character encoding of the
148 * The character encoding, if known. The encoding must be a string
150 * "Character Encoding in Entities"). This attribute has no effect when the
151 * application provides a character stream or string data. For other sources
163 * The character encoding, if known. The encoding must be a string
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/
named_entity_trie_generator.js 42 '//(see: http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#tokenizing-character-references and\n' +
43 '//http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html#named-character-references)\n' +

Completed in 387 milliseconds

<<11121314151617181920>>