Home
last modified time | relevance | path

Searched defs:is_numeric (Results 1 – 8 of 8) 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/perfetto/src/trace_processor/sqlite/
Dsqlite_utils.h41 using is_numeric = variable
/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/skqp/src/utils/
DSkJSON.cpp256 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } 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/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc74 bool is_numeric; member
/external/mesa3d/src/compiler/
Dglsl_types.h747 bool is_numeric() const in is_numeric() function