Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DShell.java145 static boolean is_numeric(String str) { in is_numeric() method in Shell
/external/rust/crates/unicode-segmentation/src/
Dtables.rs40 fn is_numeric(c: char) -> bool { in is_numeric() function
/external/libtextclassifier/native/utils/tflite/
Dstring_projection.cc196 bool is_numeric(char c) { return c >= '0' && c <= '9'; } in is_numeric() function
/external/skia/src/utils/
DSkJSON.cpp264 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function
/external/rust/crates/der-parser/src/ber/
Dparser.rs339 fn is_numeric(b: &u8) -> bool { in ber_read_content_numericstring() function
/external/mesa3d/src/compiler/
Dglsl_types.h747 bool is_numeric() const in is_numeric() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc74 bool is_numeric; member