HomeSort by relevance Sort by last modified time
    Searched defs:PUNCTUATION (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 39 assertTrue("type word then type space should display punctuation strip",
43 assertEquals("type word then type space then punctuation from strip twice",
55 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT,
69 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT,
86 final String PUNCTUATION = ":";
90 type(PUNCTUATION);
97 final String PUNCTUATION = "(";
101 type(PUNCTUATION);
108 final String PUNCTUATION = ")";
112 type(PUNCTUATION);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
TextViewWordLimitsTest.java 176 final String PUNCTUATION = "abc, def.";
179 verifyWordLimits(PUNCTUATION, 3, 0, 3);
180 verifyWordLimits(PUNCTUATION, 4, 0, 4);
183 verifyWordLimits(PUNCTUATION, 8, 5, 8);
184 verifyWordLimits(PUNCTUATION, 9, 5, 9);
214 verifyWordLimits(PUNCTUATION_OTHER, 2, 0, 3); // & is considered a punctuation sign.
  /libcore/luni/src/main/java/java/net/
URI.java 137 static final String PUNCTUATION = ",;:$&+=";
174 || PUNCTUATION.indexOf(c) != -1
    [all...]
  /external/zxing/core/
core.jar 

Completed in 556 milliseconds