/ndk/sources/android/support/src/musl-locale/ |
isalnum_l.c | 5 return isalnum(c);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/classification/ |
isalnum.pass.cpp | 12 // template <class charT> bool isalnum (charT c, const locale& loc); 20 assert(!std::isalnum(' ', l)); 21 assert(!std::isalnum('<', l)); 22 assert(!std::isalnum('\x8', l)); 23 assert( std::isalnum('A', l)); 24 assert( std::isalnum('a', l)); 25 assert( std::isalnum('z', l)); 26 assert( std::isalnum('3', l)); 27 assert(!std::isalnum('.', l)); 28 assert( std::isalnum('f', l)) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts1k.test | 7 # of this script is testing isspace/isalnum/tolower problems with the 24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle 25 # hi-bit chars. parseSpec() also calls isalnum here. 30 # Additionally tests isspace() call in getToken(), and isalnum() call 39 # Additionally test final isalnum() in startsWith().
|
fts2l.test | 7 # of this script is testing isspace/isalnum/tolower problems with the 24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle 25 # hi-bit chars. parseSpec() also calls isalnum here. 30 # Additionally tests isspace() call in getToken(), and isalnum() call 39 # Additionally test final isalnum() in startsWith().
|
fts3al.test | 7 # of this script is testing isspace/isalnum/tolower problems with the 24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle 25 # hi-bit chars. parseSpec() also calls isalnum here. 30 # Additionally tests isspace() call in getToken(), and isalnum() call 39 # Additionally test final isalnum() in startsWith().
|
/bionic/libc/unistd/ |
charclass.h | 14 { "alnum", isalnum },
|
/external/openssh/openbsd-compat/ |
charclass.h | 16 { "alnum", isalnum },
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cctype | 20 int isalnum(int c); 50 #ifdef isalnum 51 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalnum(int __c) {return isalnum(__c);} 52 #undef isalnum 53 inline _LIBCPP_INLINE_VISIBILITY int isalnum(int __c) {return __libcpp_isalnum(__c);} 54 #else // isalnum 55 using ::isalnum; 56 #endif // isalnum
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
bytes_methods.h | 44 #define ISALNUM(c) Py_ISALNUM(c) 57 #undef isalnum macro 58 #define isalnum(c) undefined_isalnum(c) macro
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
bytes_methods.h | 44 #define ISALNUM(c) Py_ISALNUM(c) 57 #undef isalnum macro 58 #define isalnum(c) undefined_isalnum(c) macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
ctype_h.pass.cpp | 16 #ifdef isalnum 17 #error isalnum defined 74 static_assert((std::is_same<decltype(isalnum(0)), int>::value), ""); 89 assert(isalnum('a'));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cctype.pass.cpp | 16 #ifdef isalnum 17 #error isalnum defined 74 static_assert((std::is_same<decltype(std::isalnum(0)), int>::value), ""); 89 assert(isalnum('a'));
|
/external/llvm/test/Transforms/GVN/ |
2011-06-01-NonLocalMemdepMiscompile.ll | 28 call void @isalnum() 61 declare void @isalnum() nounwind inlinehint ssp
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cctype | 50 #undef isalnum 66 using ::isalnum;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cctype | 48 #undef isalnum 64 using ::isalnum;
|