OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CTYPE_B
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/include/
ctype.h
52
#define
_CTYPE_B
0x80
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
46
#define _B
_CTYPE_B
Completed in 44 milliseconds