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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_base.h 54 static const mask space = _ISspace;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_base.h 54 static const mask space = _ISspace;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
ctype_base.h 54 static const mask space = _ISspace;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
ctype_base.h 54 static const mask 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/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
c_locale.h 112 # define _Locale_SPACE _ISspace
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/
ctype.h 55 _ISspace = _ISbit (5), /* Whitespace. */
207 # define isspace(c) __isctype((c), _ISspace)
315 # define __isspace_l(c,l) __isctype_l((c), _ISspace, (l))

Completed in 910 milliseconds