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

1 2

  /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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r4/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r6/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/android-ndk-r7/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)));
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/platforms/android-4/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/android-ndk-r7/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/android-ndk-r7/platforms/android-5/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/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/platforms/android-9/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/android-ndk-r7/platforms/android-9/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)));

Completed in 1033 milliseconds

1 2