Home
last modified time | relevance | path

Searched refs:CODE_CLOSING_ANGLE_BRACKET (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboard.java88 public static final int CODE_CLOSING_ANGLE_BRACKET = '>'; field in Keyboard
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1131 || codePoint == Keyboard.CODE_CLOSING_ANGLE_BRACKET; in canBeFollowedByPeriod()