Searched defs:isLower (Results 1 – 6 of 6) sorted by relevance
26 @property auto isLower() const in isLower() function
187 bool isLower(dchar c) @safe pure nothrow @nogc function
8130 bool isLower(dchar c) in isLower() function
87 static inline bool isLower(const char C) { return 'a' <= C && C <= 'z'; } in isLower() function
251 bool isLower(dchar c) @safe pure nothrow @nogc function