OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lisdigit
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/third_party/lua/src/
lctype.h
59
#define
lisdigit
(c) testprop(c, MASK(DIGITBIT))
macro
85
#define
lisdigit
(c) (isdigit(c))
macro
lobject.c
88
if (
lisdigit
(c)) return c - '0';
142
if (!
lisdigit
(cast_uchar(*s)))
144
while (
lisdigit
(cast_uchar(*s))) /* read exponent */
llex.c
232
lua_assert(
lisdigit
(ls->current));
329
for (i = 0; i < 3 &&
lisdigit
(ls->current); i++) { /* read up to 3 digits */
377
if (!
lisdigit
(ls->current))
474
else if (!
lisdigit
(ls->current)) return '.';
Completed in 327 milliseconds