Home
last modified time | relevance | path

Searched defs:isLower (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dunicode_tables.d26 @property auto isLower() const in isLower() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dunicode_tables.d26 @property auto isLower() const in isLower() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dascii.d187 bool isLower(dchar c) @safe pure nothrow @nogc function
H A Duni.d8130 bool isLower(dchar c) in isLower() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp87 static inline bool isLower(const char C) { return 'a' <= C && C <= 'z'; } in isLower() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dascii.d251 bool isLower(dchar c) @safe pure nothrow @nogc function