Searched refs:BACKSLASH (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParser.java48 private static final char BACKSLASH = Constants.CODE_BACKSLASH; field in class:KeySpecParser
76 if (text.indexOf(BACKSLASH) < 0) {
83 if (c == BACKSLASH && pos + 1 < length) {
96 if (keySpec.indexOf(BACKSLASH) < 0) {
109 if (c == BACKSLASH && pos + 1 < length) {
H A DKeyboardTextsSet.java35 private static final char BACKSLASH = Constants.CODE_BACKSLASH; field in class:KeyboardTextsSet
117 } else if (c == BACKSLASH) {
H A DMoreKeySpec.java116 private static final char BACKSLASH = Constants.CODE_BACKSLASH; field in class:MoreKeySpec
143 // The characters in question in this loop are COMMA and BACKSLASH. These characters never
158 } else if (c == BACKSLASH) {

Completed in 53 milliseconds