HomeSort by relevance Sort by last modified time
    Searched defs:is_numeric (Results 1 - 3 of 3) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Shell.java 145 static boolean is_numeric(String str) { method in class:Shell
271 } else if (is_numeric(args[i])) {
  /external/mesa3d/src/glsl/
glsl_types.h 332 bool is_numeric() const function in struct:glsl_type
  /system/vold/
Ext4Crypt.cpp 391 static bool is_numeric(const char* name) { function
415 if (entry->d_type != DT_DIR || !is_numeric(entry->d_name)) {

Completed in 810 milliseconds