Home
last modified time | relevance | path

Searched defs:ascii_isdigit (Results 1 – 7 of 7) sorted by relevance

/external/dynamic_depth/internal/strings/
Dascii_ctype.h64 static inline bool ascii_isdigit(unsigned char c) { in ascii_isdigit() function
/external/swiftshader/third_party/LLVM/lib/Support/
DStringRef.cpp28 static bool ascii_isdigit(char x) { in ascii_isdigit() function
/external/llvm/lib/Support/
DStringRef.cpp35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h71 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
/external/llvm/include/llvm/TableGen/
DRecord.h1582 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1688 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function