HomeSort by relevance Sort by last modified time
    Searched full:character (Results 501 - 525 of 10114) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 71 * character pickers.
118 if (c == i || c == Character.toUpperCase(i) && view != null) {
143 Character.digit(content.charAt(start - 1), 16) >= 0) {
195 Character.isLowerCase(i) &&
204 i = Character.toUpperCase(i);
242 // potentially do autotext replacement if the character
248 i == '"' || Character.getType(i) == Character.END_PUNCTUATION) &&
255 if (c != '\'' && !Character.isLetter(c)) {
288 Character.getType(c) == Character.END_PUNCTUATION)
    [all...]
  /external/chromium/base/
string_piece.cc 80 // For each character in characters_wanted, sets the index corresponding
81 // to the ASCII code of that character to 1 in table. This is used by
82 // the find_.*_of methods below to tell whether or not a character is in
102 // Avoid the cost of BuildLookupTable() for a single-character search.
124 // Avoid the cost of BuildLookupTable() for a single-character search.
154 // Avoid the cost of BuildLookupTable() for a single-character search.
178 // Avoid the cost of BuildLookupTable() for a single-character search.
utf_string_conversions_unittest.cc 76 // Non-character is passed through.
84 // This UTF-8 character decodes to a UTF-16 surrogate, which is illegal.
86 // Non-BMP characters. The second is a non-character regarded as valid.
131 // Test a non-BMP character.
136 // The first character is a truncated UTF-16 character.
163 // Test a non-BMP character.
170 // The first character is a truncated UTF-16 character.
  /external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.cc 123 // ICU sets the substitution char for some character sets (like latin1)
124 // to be the ASCII "substitution character" (26). We want to use '?'
130 // Override to the question mark character if possible. When using
131 // setSubstString, the input is a Unicode character. The function will
132 // try to convert it to the destination character set and fail if that
133 // can not be converted to the destination character set.
137 // substitution character.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 151 UChar32 character = 0;
153 while (textIterator.consume(character, clusterLength)) {
154 node = currentLayer->get(character);
157 currentLayer->set(character, node);
171 UChar32 character = 0; local
173 while (textIterator.consume(character, clusterLength)) {
174 RefPtr<GlyphMapNode> node = currentLayer->get(character);
  /external/chromium_org/third_party/icu/source/common/
rbbiscan.h 36 // class RBBIRuleScanner does the lowest level, character-at-a-time
67 UBool push(const RBBIRuleChar &c); // Push (unget) one character.
68 // Only a single character may be pushed.
85 // a character.
98 int32_t fScanIndex; // Index of current character being processed
100 int32_t fNextIndex; // Index of the next character, which
101 // is the first character not yet scanned.
  /external/chromium_org/third_party/icu/source/common/unicode/
unimatch.h 34 * a character which does not match, or the text does not contain
91 * character match (which subclasses may implement if desired).
95 * the index of the last matched character plus one. In the
97 * character minus one.
111 * a backward direction match. The last character to be
135 * character to their hex escape representations, \\uxxxx or
144 * Returns TRUE if this matcher will match a character c, where c
  /external/icu4c/common/
rbbiscan.h 36 // class RBBIRuleScanner does the lowest level, character-at-a-time
67 UBool push(const RBBIRuleChar &c); // Push (unget) one character.
68 // Only a single character may be pushed.
85 // a character.
98 int32_t fScanIndex; // Index of current character being processed
100 int32_t fNextIndex; // Index of the next character, which
101 // is the first character not yet scanned.
  /external/icu4c/common/unicode/
unimatch.h 34 * a character which does not match, or the text does not contain
91 * character match (which subclasses may implement if desired).
95 * the index of the last matched character plus one. In the
97 * character minus one.
111 * a backward direction match. The last character to be
135 * character to their hex escape representations, \\uxxxx or
144 * Returns TRUE if this matcher will match a character c, where c
  /external/icu4c/layout/
KhmerReordering.h 28 // the first character of the syllable.
32 // The first part of all Khmer split vowels is the same character, identical to
71 CC_ZERO_WIDTH_NJ_MARK = 4, // Zero Width non joiner character (0x200C)
74 CC_COENG = 7, // Subscript consonant combining character
78 CC_ZERO_WIDTH_J_MARK = 11, // Zero width joiner character
79 CC_COUNT = 12 // This is the number of character classes
88 CF_DOTTED_CIRCLE = 0x04000000, // add a dotted circle if a character with this flag is the first in a syllable
  /external/linux-tools-perf/util/
string.c 187 /* Character class matching */
196 if (*pat++ == c) /* First character is special */
240 if (*pat == '?') { /* Matches any single character */
244 } else if (*pat == '[') /* Character classes/Ranges */
274 * ('*','?') and character classes ([CHARS], complementation and ranges are
275 * also supported). Also, this supports escape character ('\') to use special
276 * characters as normal character.
  /frameworks/base/core/java/android/os/
PatternMatcher.java 40 * In this syntax, you can use the '*' character to match against zero or
41 * more occurrences of the character immediately before. If the
42 * character before it is '.' it will match any character. The character
145 // Consume everything until the next character in the
158 // Whoops, the next character in the pattern didn't
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java 61 * Construct a StreamResult from a character stream. Normally,
65 * there are times when it is useful to write to a character
129 * Get the character stream that was set with setWriter.
131 * @return The character stream that was set with setWriter, or null
140 * with the byte or character stream, or, if neither is set, use
180 * with the byte or character stream, or, if neither is set, use
191 * The character stream that is to be written to.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
support.cpp 69 // Leaves *src pointing the next character to convert or NULL if a null character was converted from *src.
86 // Converts one multi byte character.
87 // if result > 0, it's the size in bytes of that character.
88 // othewise if result is zero it indicates the null character has been found.
114 // Converts max_source_chars from the wide character buffer pointer to by *src,
115 // into the multi byte character sequence buffer stored at dst which must be dst_size_bytes bytes in size.
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 77 throw new IllegalArgumentException("invalid character in alphabet: " + ch);
84 * character.
86 * @param ch The character, as a ASCII encoded byte
97 * Tells whether the alphabet contains the specified character.
99 * @param ch The character
109 * Encodes the six bit group as a character.
112 * @return The ASCII value of the character
UTF7StyleCharset.java 95 * Tells if a character can be encoded using simple (US-ASCII) encoding or
98 * @param ch The character
99 * @return True if the character can be encoded directly, false otherwise
104 * Returns character used to switch to base 64 encoding.
106 * @return The shift character
111 * Returns character used to switch from base 64 encoding to simple
114 * @return The unshift character
  /dalvik/libdex/
DexUtf.cpp 60 * It's a multibyte encoded character. Decode it and analyze. We
63 * control character, or (e) a high space, layout, or special
64 * character (U+00a0, U+2000..U+200f, U+2028..U+202f,
178 * single-character primitive type, or continue on to check the
190 // These are all single-character descriptors for primitive types.
202 // Oddball descriptor character.
214 bool sepOrFirst = true; // first character or just encountered a separator.
229 * Invalid character for a class name, but the
240 // The wrong separator character.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h 7 * traversing character streams, building tokens for output and so on.
11 * A lexer class contains a character input stream, a base recognizer interface
15 * tokens in place of a raw character stream.
19 * - Create a character stream (something which implements ANTLR3_INPUT_STREAM)
91 /** A pointer to the character stream whence this lexer is receiving
112 /** Pointer to a function that switches the current character input stream to
143 * with 0xFFFFFFFF, which is an invalid UTF32 character
147 /** Pointer to a function that matches and consumes the specified character from the input stream.
154 /** Pointer to a function that matches any character in the supplied range (I suppose it could be a token range too
  /external/apache-http/src/org/apache/commons/codec/binary/
Hex.java 77 * Converts a hexadecimal character to an integer.
79 * @param ch A character to convert to an integer digit
80 * @param index The index of the character in the source
82 * @throws DecoderException Thrown if ch is an illegal hex character
85 int digit = Character.digit(ch, 16);
117 * Converts an array of character bytes representing hexidecimal values into an
123 * @param array An array of character bytes containing hexidecimal digits
135 * Converts a String or an array of character bytes representing hexidecimal values into an
141 * @param object A String or, an array of character bytes containing hexidecimal digits
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 214 * Returns the character at the specified index. An index ranges
215 * from <code>0</code> to <code>length() - 1</code>. The first character
219 * @param index the index of the character.
220 * @return the character at the specified index of this string.
221 * The first character is at index <code>0</code>.
232 * Copies characters from this string into the destination character
235 * @param srcBegin index of the first character in the string
237 * @param srcEnd index after the last character in the string
450 * @see java.lang.Character#toLowerCase(char)
451 * @see java.lang.Character#toUpperCase(char
    [all...]
  /external/chromium_org/base/strings/
utf_string_conversions_unittest.cc 76 // Non-character is passed through.
84 // This UTF-8 character decodes to a UTF-16 surrogate, which is illegal.
86 // Non-BMP characters. The second is a non-character regarded as valid.
131 // Test a non-BMP character.
136 // The first character is a truncated UTF-16 character.
163 // Test a non-BMP character.
170 // The first character is a truncated UTF-16 character.
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.h 172 // * The first set of character tokens emitted for a <pre> element might
177 // instead of as character tokens.
205 inline void bufferCharacter(UChar character)
207 ASSERT(character != kEndOfFileMarker);
209 m_token->appendToCharacter(character);
240 // Return whether we need to emit a character token before dealing with
261 return m_token->type() == HTMLToken::Character;
272 // http://www.whatwg.org/specs/web-apps/current-work/#additional-allowed-character
283 // We occationally want to emit both a character token and an end tag
  /external/chromium_org/third_party/re2/doc/
syntax.html 17 <tr><td><code>.</code></td><td>any character, including newline (s=true)</td></tr>
18 <tr><td><code>[xyz]</code></td><td>character class</td></tr>
19 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr>
20 <tr><td><code>\d</code></td><td>Perl character class</td></tr>
21 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr>
22 <tr><td><code>[:alpha:]</code></td><td>ASCII character class</td></tr>
23 <tr><td><code>[:^alpha:]</code></td><td>negated ASCII character class</td></tr>
24 <tr><td><code>\pN</code></td><td>Unicode character class (one-letter name)</td></tr>
25 <tr><td><code>\p{Greek}</code></td><td>Unicode character class</td></tr>
26 <tr><td><code>\PN</code></td><td>negated Unicode character class (one-letter name)</td></tr
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
GenericParser.java 103 * @param input the input character to parse (process)
113 String.format("Unexpected character '%s' in int_state '%s' " +
220 * @param input the last character parsed
237 * @param input the last character parsed
249 * Invoked for each character read when no state change occured.
252 * @param input the last character parsed
263 * Perform some processing on the given character. Derived classes
265 * on every processed character beyond the logic defined in
268 * @param input the input character to operate on
  /external/regex-re2/doc/
syntax.html 17 <tr><td><code>.</code></td><td>any character, including newline (s=true)</td></tr>
18 <tr><td><code>[xyz]</code></td><td>character class</td></tr>
19 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr>
20 <tr><td><code>\d</code></td><td>Perl character class</td></tr>
21 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr>
22 <tr><td><code>[:alpha:]</code></td><td>ASCII character class</td></tr>
23 <tr><td><code>[:^alpha:]</code></td><td>negated ASCII character class</td></tr>
24 <tr><td><code>\pN</code></td><td>Unicode character class (one-letter name)</td></tr>
25 <tr><td><code>\p{Greek}</code></td><td>Unicode character class</td></tr>
26 <tr><td><code>\PN</code></td><td>negated Unicode character class (one-letter name)</td></tr
    [all...]

Completed in 1310 milliseconds

<<21222324252627282930>>