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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_base.h 53 static const mask space = _ISspace;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_base.h 55 static const mask space = _ISspace;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_base.h 55 static const mask space = _ISspace;
  /external/stlport/stlport/stl/
c_locale.h 112 # define _Locale_SPACE _ISspace
  /ndk/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 112 # define _Locale_SPACE _ISspace
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 112 # define _Locale_SPACE _ISspace
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 112 # define _Locale_SPACE _ISspace
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 112 # define _Locale_SPACE _ISspace
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
c_locale.h 112 # define _Locale_SPACE _ISspace
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 55 _ISspace = _ISbit (5), /* Whitespace. */
181 # define isspace(c) __isctype((c), _ISspace)
289 # define __isspace_l(c,l) __isctype_l((c), _ISspace, (l))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 55 _ISspace = _ISbit (5), /* Whitespace. */
181 # define isspace(c) __isctype((c), _ISspace)
289 # define __isspace_l(c,l) __isctype_l((c), _ISspace, (l))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 55 _ISspace = _ISbit (5), /* Whitespace. */
181 # define isspace(c) __isctype((c), _ISspace)
289 # define __isspace_l(c,l) __isctype_l((c), _ISspace, (l))

Completed in 442 milliseconds