HomeSort by relevance Sort by last modified time
    Searched refs:CODE_PERIOD (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 56 public static final int CODE_PERIOD = '.';
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
StringUtils.java 316 if (c != Keyboard.CODE_PERIOD || j <= 0) {
366 } else if (c == Keyboard.CODE_PERIOD) {
382 } else if (c == Keyboard.CODE_PERIOD) {
LatinIME.java     [all...]

Completed in 174 milliseconds