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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParser.java57 private static final char BACKSLASH = '\\'; field in class:KeySpecParser
92 // The characters in question in this loop are COMMA and BACKSLASH. These characters never
107 } else if (c == BACKSLASH) {
136 if (text.indexOf(BACKSLASH) < 0) {
143 if (c == BACKSLASH && pos + 1 < length) {
155 if (moreKeySpec.indexOf(BACKSLASH, start) < 0) {
165 if (c == BACKSLASH && pos + 1 < length) {
409 } else if (c == BACKSLASH) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java645 final char BACKSLASH = 0x5C;
664 ch == BACKSLASH ||

Completed in 3529 milliseconds