Searched defs:isUpper (Results 1 – 7 of 7) sorted by relevance
30 @property auto isUpper() const in isUpper() function
218 bool isUpper(dchar c) @safe pure nothrow @nogc function
8163 bool isUpper(dchar c) in isUpper() function
89 static inline bool isUpper(const char C) { return 'A' <= C && C <= 'Z'; } in isUpper() function
283 bool isUpper(dchar c) @safe pure nothrow @nogc function
560 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString() local