HomeSort by relevance Sort by last modified time
    Searched refs:Character (Results 401 - 425 of 600) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLViewSourceDocument.cpp 117 case HTMLToken::Character:
  /external/clang/include/clang/Lex/
Lexer.h 64 /// the file in raw mode and get every character from the file.
75 // BufferPtr - Current pointer into the buffer. This is the next character
152 /// associated preprocessor object. Return true if the 'next character to
163 /// every character in the file, including whitespace and comments. This
219 /// getSourceLocation - Return a source location for the next character in
230 /// If Charify is true, this escapes the ' character instead of ".
301 /// character within the token. This handles trigraphs and escaped newlines.
303 unsigned Character,
321 /// a source location pointing to the last character in the token, etc.
346 /// \brief Accepts a range and returns a character range with file locations
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONML.java 69 if (token instanceof Character) {
JSONObject.java 274 * If the second remaining character is not upper case, then the first
275 * character is converted to lower case.
299 * If the second remaining character is not upper case, then the first
300 * character is converted to lower case.
334 Character.isUpperCase(key.charAt(0)) &&
338 } else if (!Character.isUpperCase(key.charAt(1))) {
379 clazz.isAssignableFrom(Character.class) ||
    [all...]
  /external/javassist/src/main/javassist/tools/web/
Webserver.java 62 * character.)
321 if (!Character.isJavaIdentifierPart(c) && c != '.' && c != '/')
  /external/proguard/src/proguard/obfuscate/
ClassObfuscator.java 240 if (!Character.isDigit(innerClassName.charAt(index)))
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 387 return Character.toString((char)(instructionSequenceMatcher.wasConstant(argument) ?
  /external/smack/src/org/xbill/DNS/
Master.java 176 if (!Character.isDigit(s.charAt(0)))
Tokenizer.java 408 if (!Character.isDigit(next.charAt(0)))
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java 175 private void sendKeyEventsToTarget(int character) {
178 new char[] { (char) character });
296 primaryCode = Character.toUpperCase(primaryCode);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 128 * @param start index of the first character
129 * @param limit index of the first character that should not be rendered.
131 * @param advances If not null, then advances for each character to be rendered are returned
177 // The current character cannot be drawn with the preferred font. Cycle through all the
179 int charCount = Character.isHighSurrogate(mText[start]) ? 2 : 1;
197 // heuristics and break the character into the base character and diacritics and
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 312 int digit = Character.digit((char) nextChar, 16);
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactDrawable.java 182 sFirstChar[0] = Character.toUpperCase(firstChar);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 12 x = Character(1, Document("foobar"))
16 character 1 of document "foobar"
353 obj = Character(2, Word(1, Document(1)))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 93 if (choices == null && parent.length() >= 1 && Character.isLowerCase(parent.charAt(0))) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 136 if (!Character.isJavaIdentifierPart(c)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlProperty.java 114 Character.isWhitespace(name.charAt(parentTitleLength))) {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp 177 ASSERT(m_token->type() == HTMLToken::Character || m_token->type() == HTMLToken::Uninitialized);
179 if (m_token->type() == HTMLToken::Character)
237 if (m_token->type() == HTMLToken::Character) {
238 // We have a bunch of character tokens queued up that we
325 // The spec consumes the current character before switching
327 // if we reconsume the current character.
    [all...]
HTMLTreeBuilder.cpp 58 inline bool isHTMLSpaceOrReplacementCharacter(UChar character)
60 return isHTMLSpace<UChar>(character) || character == replacementCharacter;
398 if (token->type() == HTMLToken::Character) {
403 // Any non-character token needs to cause us to flush any pending text immediately.
410 case HTMLToken::Character:
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
FormatterTest.java     [all...]
  /libcore/luni/src/main/java/java/net/
URI.java 86 * begin with the slash character: {@code /}. The contents of the
110 * <tr><td>Scheme </td><td>{@code 0-9}, {@code a-z}, {@code A-Z}, {@code +-.} </td><td>First character must be in {@code a-z}, {@code A-Z}</td><td> </td><td>{@code http}</td></tr>
176 || (c > 127 && !Character.isSpaceChar(c) && !Character.isISOControl(c));
419 throw new URISyntaxException(uri, "Illegal character in scheme", 0);
511 throw new URISyntaxException(uri, "Illegal character in userInfo", index + i);
541 throw new URISyntaxException(host, "Illegal character in host name", 0);
546 || !Character.isDigit(host.charAt(index + 1))) {
552 throw new URISyntaxException(host, "Illegal character in host name", 0);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 191 * The value can be an AST for complicated values such as character sets.
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 339 fail("diff_fromDelta: Invalid character.");
589 Map<Character, Integer> bitmask;
590 bitmask = new HashMap<Character, Integer>();
594 bitmask = new HashMap<Character, Integer>();
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 417 if (Character.class.isAssignableFrom(mClass)) {
418 return (T) LittleMock.<Character>addMatcher(this, '\u0000');
    [all...]

Completed in 6293 milliseconds

<<11121314151617181920>>