Searched defs:BACKSLASH (Results 1 – 22 of 22) sorted by relevance
36 #define BACKSLASH ((UChar)0x005C) macro
35 #define BACKSLASH ((UChar)0x005C) macro
31 #define BACKSLASH ((UChar)0x005C) macro
1192 static const UChar BACKSLASH = 0x5c; variable
263 static const UChar BACKSLASH = 0x5c; variable
160 static const UChar BACKSLASH = 0x5c; in ReadOneLine() local
61 BACKSLASH = { variable
17 static const UChar BACKSLASH = 0x005C; /*\*/ variable
90 #define BACKSLASH 92 macro
61 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
35 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
64 #define BACKSLASH ((UChar)0x005C) /*\*/ macro
187 static const UChar BACKSLASH = 0x5c; variable
856 static const UChar BACKSLASH = 0x5c; variable
50 public static final int BACKSLASH = (int) '\\'; field in LexerCore
174 public static final int BACKSLASH = LexerCore.BACKSLASH; field