HomeSort by: relevance | last modified time | path
    Searched defs:isHexDigit (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
HexValues.cpp 10 bool isHexDigit(char c)
StSRecordFile.cpp 87 bool StSRecordFile::isHexDigit(char c)
113 if (!(isHexDigit(nibbleCharHi) && isHexDigit(nibbleCharLo)))
  /src/external/apache2/llvm/dist/clang/lib/Format/
Encoding.h 89 inline bool isHexDigit(char c) {
109 while (I < Text.size() && isHexDigit(Text[I]))
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CharInfo.h 123 LLVM_READONLY inline bool isHexDigit(unsigned char c) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
StringExtras.h 91 inline bool isHexDigit(char C) { return hexDigitValue(C) != ~0U; }
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
RustDemangle.cpp 83 static inline bool isHexDigit(const char C) {
762 if (!isHexDigit(look()))

Completed in 21 milliseconds