Searched defs:MINUS (Results 1 – 8 of 8) sorted by relevance
89 #define MINUS 45 macro
134 MINUS = 19 | BINARY_OP_PRECEDENCE(9) | UnaryOpTokenFlag, enumerator
60 public static final int MINUS = (int) '-'; field in LexerCore
184 public static final int MINUS = LexerCore.MINUS; field
57 #define MINUS ((UChar)0x002D) /*-*/ macro
97 #define MINUS 0x002D macro
39 static const UChar MINUS = 0x2D; /* - */ variable
1985 enum Sign { PLUS=1, MINUS=2 }; enumerator