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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
ctype_noninline.h 100 _M_tolower = *__ctype_tolower_loc();
145 _M_tolower = *__ctype_tolower_loc();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
ctype_noninline.h 100 _M_tolower = *__ctype_tolower_loc();
145 _M_tolower = *__ctype_tolower_loc();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ctype.h 83 extern __const __int32_t **__ctype_tolower_loc (void)
193 return __c >= -128 && __c < 256 ? (*__ctype_tolower_loc ())[__c] : __c;
204 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c))
212 # define _tolower(c) ((int) (*__ctype_tolower_loc ())[(int) (c)])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 83 extern __const __int32_t **__ctype_tolower_loc (void)
193 return __c >= -128 && __c < 256 ? (*__ctype_tolower_loc ())[__c] : __c;
204 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c))
212 # define _tolower(c) ((int) (*__ctype_tolower_loc ())[(int) (c)])
  /external/ltrace/etc/
libc.so.conf 31 addr __ctype_tolower_loc();
  /external/libcxx/src/
locale.cpp 1017 extern "C" const int ** __ctype_tolower_loc();
1081 return *__ctype_tolower_loc();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 1061 extern "C" const int ** __ctype_tolower_loc();
1130 return *__ctype_tolower_loc();
    [all...]

Completed in 281 milliseconds