Searched defs:BACKSLASH (Results 1 – 23 of 23) sorted by relevance
159 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
18 static const UChar BACKSLASH = 0x005C; /*\*/ variable
91 #define BACKSLASH 92 macro
63 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
37 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
31 #define BACKSLASH ((UChar)0x005C) macro
38 static const UChar BACKSLASH = ((UChar)0x005C); variable
1325 static const UChar BACKSLASH = 0x5c; variable
278 static const UChar BACKSLASH = 0x5c; variable
36 #define BACKSLASH ((UChar)0x005C) macro
35 #define BACKSLASH ((UChar)0x005C) macro
1304 static const UChar BACKSLASH = 0x5c; variable
272 static const UChar BACKSLASH = 0x5c; variable
160 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
17 static const UChar BACKSLASH = 0x005C; /*\*/ variable
90 #define BACKSLASH 92 macro
35 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
89 BACKSLASH = { variable
50 public static final int BACKSLASH = (int) '\\'; field in LexerCore
174 public static final int BACKSLASH = LexerCore.BACKSLASH; field