Home
last modified time | relevance | path

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

/aosp_15_r20/external/dynamic_depth/internal/strings/
H A Dascii_ctype.h64 static inline bool ascii_isdigit(unsigned char c) { in ascii_isdigit() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dascii.h132 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() function
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dascii.h134 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dascii.h132 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dascii.h132 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dascii.h134 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dascii.h132 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dascii.h142 inline constexpr bool ascii_isdigit(unsigned char c) { in ascii_isdigit() function
/aosp_15_r20/external/llvm/lib/Support/
H A DStringRef.cpp35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringRef.cpp35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h74 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h74 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
/aosp_15_r20/external/llvm/include/llvm/TableGen/
H A DRecord.h1582 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h1784 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function