Searched defs:BACKSLASH (Results 1 – 13 of 13) sorted by relevance
18 static const UChar BACKSLASH = 0x005C; /*\*/ variable
91 #define BACKSLASH 92 macro
63 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
37 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
160 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
31 #define BACKSLASH ((UChar)0x005C) macro
32 #define BACKSLASH ((UChar)0x005C) macro
1322 static const UChar BACKSLASH = 0x5c; variable
278 static const UChar BACKSLASH = 0x5c; variable
61 BACKSLASH = { variable
174 public static final int BACKSLASH = LexerCore.BACKSLASH; field
50 public static final int BACKSLASH = (int) '\\'; field in LexerCore