Searched defs:MINUS (Results 1 – 12 of 12) sorted by relevance
31 MINUS, enumerator
75 private static final byte MINUS=45; field in CharsetUTF7
43 MINUS, enumerator
93 #define MINUS 45 macro
64 MINUS, enumerator
60 public static final int MINUS = (int) '-'; field in LexerCore
184 public static final int MINUS = LexerCore.MINUS; field
59 #define MINUS ((UChar)0x002D) /*-*/ macro
101 #define MINUS 0x002D macro
41 static const UChar MINUS = 0x2D; /* - */ variable
115 static const UChar MINUS = 0x002D; variable
2031 enum Sign { PLUS=1, MINUS=2 }; enumerator