HomeSort by relevance Sort by last modified time
    Searched refs:Character (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /build/tools/droiddoc/src/
DroidDoc.java 58 public static Map<Character,String> escapeChars = new HashMap<Character,String>();
954 char first = Character.toUpperCase(s.charAt(0));
    [all...]
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 187 * Gets the value of the character field identified by {@code name} from
757 * Reads a character (16 bit) from the source stream.
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 340 String expectedPercentSignHex = "title=" + Character.toString((char)181);
  /cts/tests/tests/view/src/android/view/cts/
KeyCharacterMapTest.java 192 // Lowercase the character to avoid getting modifiers in the KeyEvent array.
193 char[] chars = new char[] {Character.toLowerCase(oneChar)};
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 549 return (index != 0) ? Character.isDigit(dexName.charAt(index + 1))
  /dalvik/tests/046-reflect/src/
Main.java 85 new Character('Q')
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 196 * text at the first whitespace character.
437 * Resolves predefined XML character or entity references.
445 // Character references, section 4.1 of the XML specification.
470 if (ch < 0 || ch > Character.MAX_VALUE) {
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 46 c = Character.toUpperCase(c);
  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 77 char c = Character.toUpperCase(nameWithPhoneType.charAt(nameLen - 1));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 116 * Private area character code got by {@link KeyEvent#getUnicodeChar()}.
    [all...]
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 108 if (Character.isDigit(text.charAt(0)) == false)
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java     [all...]
  /external/webkit/WebCore/dom/
Position.cpp 229 // Going backward one character at a time is correct.
235 case Character:
268 // Going forward one character at a time is correct.
271 return Position(n, (moveType == Character) ? uncheckedNextOffset(n, o) : o + 1);
    [all...]
  /external/webkit/WebCore/editing/
htmlediting.cpp 247 p = p.next(Character);
270 p = p.previous(Character);
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 279 // Don't output the dummy character underlying the image.
484 Character.toLowerCase(tag.charAt(0)) == 'h' &&
535 Character.toLowerCase(tag.charAt(0)) == 'h' &&
Layout.java 529 * This is the location where a new character would be inserted in
538 * This is the location where a new character would be inserted in
741 * Get the character offset on the specfied line whose position is
820 * Return the text offset after the last character on the specified line.
827 * Return the text offset after the last visible character (so whitespace
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java     [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 116 * apostrophe (single quote) character \u2019 (') for human-readable text, and
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
RemoteViews.java 388 out.writeInt((int)((Character)this.value).charValue());
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java 74 * Set to true to log each character received from the remote process to the
110 * character set to be entered.
276 if (Character.isWhitespace(c)) {
286 if (Character.isWhitespace(c)) {
391 // Translate the keyCode into an ASCII character.
560 * @param b ASCII character to store
667 * The low byte encodes the ASCII character, the high byte encodes the
755 * @param b ASCII character to store
    [all...]
  /external/jdiff/src/jdiff/
Diff.java 78 if (Character.isLetter(ch) || ch == '/') {
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 75 "String", "Character",
159 if (ec == Character.TYPE)
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 494 ASSERT(record.type == SwitchRecord::Immediate || record.type == SwitchRecord::Character);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 342 if (Character.isDigit(password.charAt(i))) {

Completed in 669 milliseconds

1 2 3 4 5 6 78 91011