Searched defs:MINUS (Results 1 – 12 of 12) sorted by relevance
89 #define MINUS 45 macro
55 #define MINUS ((UChar)0x002D) /*-*/ macro
94 #define MINUS 0x002D macro
37 static const UChar MINUS = 0x2D; /* - */ variable
93 #define MINUS 0x002D macro
60 public static final int MINUS = (int) '-'; field in LexerCore
184 public static final int MINUS = LexerCore.MINUS; field
1946 enum Sign { PLUS=1, MINUS=2 }; enumerator
1975 enum Sign { PLUS=1, MINUS=2 }; enumerator