HomeSort by relevance Sort by last modified time
    Searched full:__ctype_b (Results 1 - 7 of 7) 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_noninline.h 41 { return _S_get_c_locale()->__ctype_b; }
59 __ret = __ctype_b;
77 _M_table(__table ? __table : _M_c_locale_ctype->__ctype_b),
105 _M_table = __table ? __table : __ctype_b;
123 _M_table(__table ? __table : _M_c_locale_ctype->__ctype_b),
150 _M_table = __table ? __table : __ctype_b;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
xlocale.h 34 const unsigned short int *__ctype_b; member in struct:__locale_struct
ctype.h 238 ((locale)->__ctype_b[(int) (c)] & (unsigned short int) type)
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 283 _STLP_STATIC_ASSERT( sizeof(_Locale_mask_t) == sizeof(((locale_t)__loc)->__ctype_b[0]) )
284 return ((locale_t)__loc)->__ctype_b;
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 283 _STLP_STATIC_ASSERT( sizeof(_Locale_mask_t) == sizeof(((locale_t)__loc)->__ctype_b[0]) )
284 return ((locale_t)__loc)->__ctype_b;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 

Completed in 214 milliseconds