Searched defs:isHexDigit (Results 1 – 5 of 5) sorted by relevance
88 inline bool isHexDigit(char c) { in isHexDigit() function
180 TEST(CharInfoTest, isHexDigit) { in TEST() argument
144 LLVM_READONLY inline bool isHexDigit(unsigned char c) { in isHexDigit() function
108 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; } in isHexDigit() function
172 static inline bool isHexDigit(const char C) { in isHexDigit() function