/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
xlocale.h | 35 const int *__ctype_tolower; member in struct:__locale_struct
|
ctype.h | 272 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
xlocale.h | 35 const int *__ctype_tolower; member in struct:__locale_struct
|
ctype.h | 272 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
xlocale.h | 35 const int *__ctype_tolower; member in struct:__locale_struct
|
ctype.h | 272 __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))
|
/external/oprofile/libpopt/ |
system.h | 8 extern __const __int32_t *__ctype_tolower;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
ctype_noninline.h | 76 _M_tolower(_M_c_locale_ctype->__ctype_tolower), 104 _M_tolower = __ctype_tolower; 122 _M_tolower(_M_c_locale_ctype->__ctype_tolower), 149 _M_tolower = __ctype_tolower;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
ctype_noninline.h | 76 _M_tolower(_M_c_locale_ctype->__ctype_tolower), 104 _M_tolower = __ctype_tolower; 122 _M_tolower(_M_c_locale_ctype->__ctype_tolower), 149 _M_tolower = __ctype_tolower;
|
/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_noninline.h | 76 _M_tolower(_M_c_locale_ctype->__ctype_tolower), 104 _M_tolower = __ctype_tolower; 122 _M_tolower(_M_c_locale_ctype->__ctype_tolower), 149 _M_tolower = __ctype_tolower;
|
/external/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 291 { return ((locale_t)__loc)->__ctype_tolower[c]; }
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 291 { return ((locale_t)__loc)->__ctype_tolower[c]; }
|