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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 43 assertTrue("type word then type space should display punctuation strip",
47 assertEquals("type word then type space then punctuation from strip twice",
59 assertEquals("manual pick then space then punctuation from keyboard twice", EXPECTED_RESULT,
73 assertEquals("pick word then pick punctuation twice then type", EXPECTED_RESULT,
90 final String PUNCTUATION = ":";
94 type(PUNCTUATION);
101 final String PUNCTUATION = "(";
105 type(PUNCTUATION);
112 final String PUNCTUATION = ")";
116 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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_attr.js 24 * is of type punctuation, but depending on context it has the role of a
56 // Punctuation Characters.
753 // Numbers with other punctuation.
840 // Punctuation
842 type: cvox.SemanticAttr.Type.PUNCTUATION,
846 type: cvox.SemanticAttr.Type.PUNCTUATION,
850 type: cvox.SemanticAttr.Type.PUNCTUATION,
854 type: cvox.SemanticAttr.Type.PUNCTUATION,
858 type: cvox.SemanticAttr.Type.PUNCTUATION,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
richedit.h 909 } PUNCTUATION;
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 102 milliseconds