Home
last modified time | relevance | path

Searched defs:isUpper (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/
H A Dunicode_tables.d30 @property auto isUpper() const in isUpper() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/
H A Dunicode_tables.d30 @property auto isUpper() const in isUpper() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dascii.d218 bool isUpper(dchar c) @safe pure nothrow @nogc function
H A Duni.d8163 bool isUpper(dchar c) in isUpper() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp89 static inline bool isUpper(const char C) { return 'A' <= C && C <= 'Z'; } in isUpper() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dascii.d283 bool isUpper(dchar c) @safe pure nothrow @nogc function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp560 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString() local