Searched defs:isHexDigit (Results 1 – 9 of 9) sorted by relevance
10 bool isHexDigit(char c) in isHexDigit() function
87 bool StSRecordFile::isHexDigit(char c) in isHexDigit() function in StSRecordFile
89 inline bool isHexDigit(char c) { in isHexDigit() function
142 static bool isHexDigit( char val ) in isHexDigit() function
123 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
310 bool isHexDigit(dchar c) @safe pure nothrow @nogc function
83 static inline bool isHexDigit(const char C) { in isHexDigit() function
378 bool isHexDigit(dchar c) @safe pure nothrow @nogc function
91 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function