OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CTYPE_L
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
ctype.h
46
#define
_CTYPE_L
0x02
104
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_U|
_CTYPE_L
|_CTYPE_N)));
109
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_U|
_CTYPE_L
)));
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_P|_CTYPE_U|
_CTYPE_L
|_CTYPE_N)));
129
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_CTYPE_L
));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_P|_CTYPE_U|
_CTYPE_L
|_CTYPE_N|_CTYPE_B)));
/bionic/libc/stdlib/
ctype_.c
40
#define _L
_CTYPE_L
Completed in 24 milliseconds