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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParser.java56 private static final char ESCAPE_CHAR = '\\'; field in class:KeySpecParser
82 if (text.indexOf(ESCAPE_CHAR) < 0) {
89 if (c == ESCAPE_CHAR && pos + 1 < length) {
101 if (moreKeySpec.indexOf(ESCAPE_CHAR, start) < 0) {
111 if (c == ESCAPE_CHAR && pos + 1 < length) {
355 } else if (c == ESCAPE_CHAR) {
411 } else if (c == ESCAPE_CHAR) {

Completed in 57 milliseconds