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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 42 assertTrue("type word then type space should display punctuation strip",
46 assertEquals("type word then type space then punctuation from strip twice",
58 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT,
72 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT,
89 final String PUNCTUATION = ":";
93 type(PUNCTUATION);
100 final String PUNCTUATION = "(";
104 type(PUNCTUATION);
111 final String PUNCTUATION = ")";
115 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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 314 milliseconds