Home
last modified time | relevance | path

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

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