Home
last modified time | relevance | path

Searched defs:isnum (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlauxlib.c421 int isnum; in luaL_checknumber() local
443 int isnum; in luaL_checkinteger() local
851 int isnum; in luaL_len() local
H A Dloslib.c252 int isnum; in getfield() local
H A Dlapi.c358 int isnum = tonumber(o, &n); in lua_tonumberx() local
368 int isnum = tointeger(o, &res); in lua_tointegerx() local
/aosp_15_r20/external/python/cpython2/Modules/
Dcgen.py61 def isnum(s): function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_binop.py16 def isnum(x): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_binop.py17 def isnum(x): function
/aosp_15_r20/external/one-true-awk/
H A Dawk.h220 #define isnum(n) ((n)->tval & NUM) macro
/aosp_15_r20/external/python/dateutil/dateutil/parser/
D_parser.py215 def isnum(cls, nextchar): member in _timelex