/external/llvm-project/libc/test/src/ctype/ |
D | isdigit_test.cpp | 13 TEST(IsDigit, DefaultLocale) { in TEST() argument
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_ctype.h | 35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } in IsDigit() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | charconv_parse.cc | 183 bool IsDigit<10>(char ch) { in IsDigit() function 187 bool IsDigit<16>(char ch) { in IsDigit() function
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/ |
D | charconv_parse.cc | 183 bool IsDigit<10>(char ch) { in IsDigit() function 187 bool IsDigit<16>(char ch) { in IsDigit() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/ |
D | charconv_parse.cc | 183 bool IsDigit<10>(char ch) { in IsDigit() function 187 bool IsDigit<16>(char ch) { in IsDigit() function
|
/external/abseil-cpp/absl/strings/internal/ |
D | charconv_parse.cc | 183 bool IsDigit<10>(char ch) { in IsDigit() function 187 bool IsDigit<16>(char ch) { in IsDigit() function
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/ |
D | charconv_parse.cc | 183 bool IsDigit<10>(char ch) { in IsDigit() function 187 bool IsDigit<16>(char ch) { in IsDigit() function
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | charconv_parse.cc | 183 bool IsDigit<10>(char ch) { in IsDigit() function 187 bool IsDigit<16>(char ch) { in IsDigit() function
|
/external/tensorflow/tensorflow/core/platform/ |
D | scanner.h | 181 static bool IsDigit(char ch) { return ch >= '0' && ch <= '9'; } in IsDigit() function
|
/external/pdfium/core/fpdfdoc/ |
D | ctypeset.cpp | 46 bool IsDigit(uint32_t word) { in IsDigit() function
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 78 constexpr bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 71 constexpr bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 78 constexpr bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | checker.h | 85 constexpr bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 85 constexpr bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 71 constexpr bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/libtextclassifier/native/utils/utf8/ |
D | unilib-javaicu.cc | 52 bool UniLibBase::IsDigit(char32 codepoint) const { in IsDigit() function in libtextclassifier3::UniLibBase
|
D | unilib-common.cc | 531 bool IsDigit(char32 codepoint) { in IsDigit() function
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-strtod.cpp | 468 static bool IsDigit(const char d) { in IsDigit() function
|
/external/perfetto/src/perfetto_cmd/ |
D | pbtxt_to_pb.cc | 54 constexpr bool IsDigit(char c) { in IsDigit() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 487 INLINE bool IsDigit(int c) { in IsDigit() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 457 inline bool IsDigit(int c) { in IsDigit() function
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 382 static bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 382 static bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 383 static bool IsDigit(char c) { return c >= '0' && c <= '9'; } in IsDigit() function
|