Searched defs:MINUS (Results 1 – 13 of 13) sorted by relevance
32 static final byte MINUS= '-'; field in BufferUtil
20 MINUS, enumerator
73 private static final byte MINUS=45; field in CharsetUTF7
90 #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
57 #define MINUS ((UChar)0x002D) /*-*/ macro
99 #define MINUS 0x002D macro
39 static const UChar MINUS = 0x2D; /* - */ variable
113 static const UChar MINUS = 0x002D; variable
133 public static final int MINUS = 69; field in Input.Keys
2029 enum Sign { PLUS=1, MINUS=2 }; enumerator