HomeSort by relevance Sort by last modified time
    Searched refs:_N (Results 1 - 25 of 70) sorted by null

1 2 3

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/mips/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_base.h 47 static const mask digit = _N;
48 static const mask xdigit = _X | _N;
50 static const mask print = _P | _U | _L | _N | _B;
51 static const mask graph = _P | _U | _L | _N;
54 static const mask alnum = _U | _L | _N;
  /bionic/libc/stdlib/
ctype_.c 47 _N, _N, _N, _N, _N, _N, _N, _N,
48 _N, _N, _P, _P, _P, _P, _P, _P
    [all...]
  /bionic/libc/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /development/ndk/platforms/android-3/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
ctype.h 47 #define _N 0x04
100 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
115 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
120 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
130 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
150 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
ctype.h 47 #define _N 0x04
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
119 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _N));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
154 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_N|_X)));

Completed in 773 milliseconds

1 2 3