/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/lzma/CPP/7zip/Archive/Rar/ |
D | RarVol.h | 13 inline bool IsDigit(wchar_t c) 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/cronet/tot/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/cronet/stable/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/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/rust/android-crates-io/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/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/tensorflow/tensorflow/core/platform/ |
D | scanner.h | 181 static bool IsDigit(char ch) { return ch >= '0' && ch <= '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/openthread/src/core/common/ |
D | string.cpp | 264 bool IsDigit(char aChar) { return ('0' <= aChar && aChar <= '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/abseil-cpp/absl/debugging/internal/ |
D | demangle_rust.cc | 35 bool IsDigit(char c) { return '0' <= c && c <= '9'; } in IsDigit() function
|
/external/cronet/tot/base/third_party/double_conversion/double-conversion/ |
D | strtod.cc | 444 static bool IsDigit(const char d) { in IsDigit() function
|
/external/cronet/stable/base/third_party/double_conversion/double-conversion/ |
D | strtod.cc | 444 static bool IsDigit(const char d) { in IsDigit() function
|
/external/double-conversion/double-conversion/ |
D | strtod.cc | 444 static bool IsDigit(const char d) { in IsDigit() function
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle_rust.cc | 35 bool IsDigit(char c) { return '0' <= c && c <= '9'; } in IsDigit() function
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | double-conversion-strtod.cpp | 459 static bool IsDigit(const char d) { in IsDigit() function
|
/external/cronet/tot/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle_rust.cc | 35 bool IsDigit(char c) { return '0' <= c && c <= '9'; } in IsDigit() function
|
/external/cronet/stable/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle_rust.cc | 35 bool IsDigit(char c) { return '0' <= c && c <= '9'; } in IsDigit() function
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | double-conversion-strtod.cpp | 459 static bool IsDigit(const char d) { in IsDigit() function
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-strtod.cpp | 459 static bool IsDigit(const char d) { in IsDigit() function
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_section.cpp | 46 bool IsDigit(uint32_t word) { in IsDigit() function
|
/external/perfetto/src/protozero/text_to_proto/ |
D | text_to_proto.cc | 62 constexpr bool IsDigit(char c) { in IsDigit() function
|