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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 44 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
52 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L)));
68 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
76 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
84 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
92 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _L));
100 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
108 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _P));
116 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _S));
124 return (c == EOF ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _U))
    [all...]
ctype_.c 76 const char *_ctype_ = _C_ctype_; variable
78 DEF_STRONG(_ctype_);
  /bionic/libc/include/
ctype.h 62 extern const char* _ctype_;
  /external/libcxx/src/
locale.cpp     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
locale.cpp     [all...]

Completed in 325 milliseconds