HomeSort by relevance Sort by last modified time
    Searched defs:_L (Results 126 - 150 of 151) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ctype.h 16 #define _L 0x02
26 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
27 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0)
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
31 #define islower(c) ((__ismask(c)&(_L)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
ctype.h 46 #define _L 0x02
104 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L|_N)));
109 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|_L)));
124 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N)));
129 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _L));
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ctype.h 16 #define _L 0x02
26 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0)
27 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0)
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
31 #define islower(c) ((__ismask(c)&(_L)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
ctype_base.h 38 #define _L _CTYPE_L
61 static const mask lower = _L;
62 static const mask alpha = _U | _L;
66 static const mask print = _P | _U | _L | _N | _B;
67 static const mask graph = _P | _U | _L | _N;
70 static const mask alnum = _U | _L | _N;
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1311 milliseconds

1 2 3 4 56 7