HomeSort by relevance Sort by last modified time
    Searched full:isalpha (Results 1 - 25 of 433) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/classification/
isalpha.pass.cpp 12 // template <class charT> bool isalpha (charT c, const locale& loc);
20 assert(!std::isalpha(' ', l));
21 assert(!std::isalpha('<', l));
22 assert(!std::isalpha('\x8', l));
23 assert( std::isalpha('A', l));
24 assert( std::isalpha('a', l));
25 assert( std::isalpha('z', l));
26 assert(!std::isalpha('3', l));
27 assert(!std::isalpha('.', l));
28 assert( std::isalpha('f', l))
    [all...]
  /bionic/libc/unistd/
charclass.h 15 { "alpha", isalpha },
  /external/openssh/openbsd-compat/
charclass.h 17 { "alpha", isalpha },
  /ndk/sources/cxx-stl/llvm-libc++/include/
cctype 21 int isalpha(int c);
58 #ifdef isalpha
59 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_isalpha(int __c) {return isalpha(__c);}
60 #undef isalpha
61 inline _LIBCPP_INLINE_VISIBILITY int isalpha(int __c) {return __libcpp_isalpha(__c);}
62 #else // isalpha
63 using ::isalpha;
64 #endif // isalpha
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
ctype_h.pass.cpp 20 #ifdef isalpha
21 #error isalpha defined
75 static_assert((std::is_same<decltype(isalpha(0)), int>::value), "");
90 assert(isalpha('a'));
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
cctype.pass.cpp 20 #ifdef isalpha
21 #error isalpha defined
75 static_assert((std::is_same<decltype(std::isalpha(0)), int>::value), "");
90 assert(isalpha('a'));
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 33 case, e.g. ISALPHA not isalpha. */
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha)
126 #undef isalpha macro
127 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 105 final boolean isAlpha = DevicePolicyManager.PASSWORD_QUALITY_ALPHABETIC == storedQuality
108 mHeaderText.setText(isAlpha ? R.string.lockpassword_confirm_your_password_header
114 mKeyboardHelper.setKeyboardMode(isAlpha ?
120 mPasswordEntry.setInputType(isAlpha ? currentType
126 int id = isAlpha ? R.string.lockpassword_confirm_your_password_header
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 33 case, e.g. ISALPHA not isalpha. */
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha)
123 #undef isalpha macro
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 33 case, e.g. ISALPHA not isalpha. */
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha)
123 #undef isalpha macro
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 33 case, e.g. ISALPHA not isalpha. */
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha)
123 #undef isalpha macro
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 33 case, e.g. ISALPHA not isalpha. */
89 #define ISALPHA(c) _sch_test(c, _sch_isalpha)
123 #undef isalpha macro
124 #define isalpha(c) do_not_use_isalpha_with_safe_ctype macro
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 41 #undef isalpha macro
58 #define isalpha isalpha_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cctype 51 #undef isalpha
67 using ::isalpha;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cctype 51 #undef isalpha
67 using ::isalpha;
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 44 #ifdef isalpha
86 using std::isalpha;
  /development/ndk/platforms/android-3/include/linux/
ctype.h 27 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) macro
  /external/arduino/hardware/arduino/cores/arduino/
WCharacter.h 27 inline boolean isAlpha(int c) __attribute__((always_inline));
45 // It is equivalent to (isalpha(c) || isdigit(c)).
54 inline boolean isAlpha(int c)
56 return ( isalpha(c) == 0 ? false : true);

Completed in 690 milliseconds

1 2 3 4 5 6 7 8 91011>>