Home
last modified time | relevance | path

Searched defs:isDigit (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d136 static bool isDigit( char val ) in isDigit() function
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpushback.cpp221 static int isDigit (char ch) in isDigit() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCharInfo.h93 LLVM_READONLY inline bool isDigit(unsigned char c) { in isDigit() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dascii.d249 bool isDigit(dchar c) @safe pure nothrow @nogc function
H A Dxml.d216 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp81 static inline bool isDigit(const char C) { return '0' <= C && C <= '9'; } in isDigit() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dascii.d315 bool isDigit(dchar c) @safe pure nothrow @nogc function
H A Dxml.d219 bool isDigit(dchar c) @safe @nogc pure nothrow in isDigit() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h88 inline bool isDigit(char C) { return C >= '0' && C <= '9'; } in isDigit() function