Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DHexValues.cpp10 bool isHexDigit(char c) in isHexDigit() function
H A DStSRecordFile.cpp87 bool StSRecordFile::isHexDigit(char c) in isHexDigit() function in StSRecordFile
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DEncoding.h89 inline bool isHexDigit(char c) { in isHexDigit() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Ddemangle.d142 static bool isHexDigit( char val ) in isHexDigit() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCharInfo.h123 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dascii.d310 bool isHexDigit(dchar c) @safe pure nothrow @nogc function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp83 static inline bool isHexDigit(const char C) { in isHexDigit() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dascii.d378 bool isHexDigit(dchar c) @safe pure nothrow @nogc function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h91 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function