Home | History | Annotate | Download | only in internal

Lines Matching refs:BACKSLASH

46  * Special character, comma ',' backslash '\', and bar '|' can be escaped by '\' character.
57 private static final char BACKSLASH = '\\';
72 * A key specification can contain a character escaped by the backslash character, including a
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) {