HomeSort by relevance Sort by last modified time
    Searched refs:_CTYPE_N (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/
ctype.h 47 #define _CTYPE_N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_U|_CTYPE_L|_CTYPE_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _CTYPE_N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_P|_CTYPE_U|_CTYPE_L|_CTYPE_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_P|_CTYPE_U|_CTYPE_L|_CTYPE_N|_CTYPE_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_CTYPE_N|_CTYPE_X)));
  /bionic/libc/stdlib/
ctype_.c 41 #define _N _CTYPE_N

Completed in 62 milliseconds