HomeSort by relevance Sort by last modified time
    Searched refs:PUNCTUATION (Results 1 - 15 of 15) 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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 7 $PUNCTUATION=0x200;
25 $v|=$PUNCTUATION if ($c =~ /[!\.%&\*\+,\/;\?\@\^\~\|-]/);
44 $v|=$PUNCTUATION if ($c =~ /[!\.%&\*\+,\/;\?\@\^\~\|-]/);
120 #define CONF_PUNCTUATION $PUNCTUATION
  /external/openssl/crypto/conf/
keysets.pl 7 $PUNCTUATION=0x200;
25 $v|=$PUNCTUATION if ($c =~ /[!\.%&\*\+,\/;\?\@\^\~\|-]/);
44 $v|=$PUNCTUATION if ($c =~ /[!\.%&\*\+,\/;\?\@\^\~\|-]/);
120 #define CONF_PUNCTUATION $PUNCTUATION
  /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.
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 78 PUNCTUATION [][(){}.&*~!/%<>^|;,=+-]
275 {PUNCTUATION} {
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 78 PUNCTUATION [][(){}.&*~!/%<>^|;,=+-]
275 {PUNCTUATION} {
  /external/chromium_org/v8/test/webkit/
string-trim.js 53 {s : '\u2008', t : 'PUNCTUATION SPACE'},
  /external/chromium_org/v8/test/mjsunit/third_party/
string-trim.js 63 {s : '\u2008', t : 'PUNCTUATION SPACE'},
  /external/v8/test/mjsunit/third_party/
string-trim.js 63 {s : '\u2008', t : 'PUNCTUATION SPACE'},
  /libcore/luni/src/main/java/java/net/
URI.java 137 static final String PUNCTUATION = ",;:$&+=";
174 || PUNCTUATION.indexOf(c) != -1
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2805 milliseconds