HomeSort by relevance Sort by last modified time
    Searched refs:_ISalpha (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h 50 static const mask alpha = _ISalpha;
55 static const mask graph = _ISalpha | _ISdigit | _ISpunct;
58 static const mask alnum = _ISalpha | _ISdigit;
  /external/stlport/stlport/stl/
c_locale.h 114 # define _Locale_ALPHA _ISalpha
  /ndk/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 114 # define _Locale_ALPHA _ISalpha
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 114 # define _Locale_ALPHA _ISalpha
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 114 # define _Locale_ALPHA _ISalpha
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 52 _ISalpha = _ISbit (2), /* Alphabetic. */
174 # define isalpha(c) __isctype((c), _ISalpha)
282 # define __isalpha_l(c,l) __isctype_l((c), _ISalpha, (l))

Completed in 289 milliseconds