HomeSort by relevance Sort by last modified time
    Searched defs:ascii_isdigit (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
StringRef.cpp 35 static bool ascii_isdigit(char x) { function
76 if (ascii_isdigit(Data[I]) && ascii_isdigit(RHS.Data[I])) {
81 bool ld = J < Length && ascii_isdigit(Data[J]);
82 bool rd = J < RHS.Length && ascii_isdigit(RHS.Data[J]);
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 58 // ascii_isdigit()
68 inline bool ascii_isdigit(char c) { function in namespace:google::protobuf
  /external/llvm/include/llvm/TableGen/
Record.h 1500 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } function in struct:llvm::LessRecordRegister
    [all...]

Completed in 109 milliseconds