Searched defs:MINUS (Results 1 – 6 of 6) sorted by relevance
31 #define MINUS '-' macro
89 #define MINUS 45 macro
55 #define MINUS ((UChar)0x002D) /*-*/ macro
92 #define MINUS 0x002D macro
29 static const UChar MINUS = 0x2D; /* - */ variable
1943 enum Sign { PLUS=1, MINUS=2 }; enumerator