HomeSort by relevance Sort by last modified time
    Searched refs:__ctype_toupper_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 99 _M_toupper = *__ctype_toupper_loc();
144 _M_toupper = *__ctype_toupper_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 99 _M_toupper = *__ctype_toupper_loc();
144 _M_toupper = *__ctype_toupper_loc();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ctype.h 85 extern __const __int32_t **__ctype_toupper_loc (void)
199 return __c >= -128 && __c < 256 ? (*__ctype_toupper_loc ())[__c] : __c;
205 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c))
213 # define _toupper(c) ((int) (*__ctype_toupper_loc ())[(int) (c)])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 85 extern __const __int32_t **__ctype_toupper_loc (void)
199 return __c >= -128 && __c < 256 ? (*__ctype_toupper_loc ())[__c] : __c;
205 # define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c))
213 # define _toupper(c) ((int) (*__ctype_toupper_loc ())[(int) (c)])
  /external/ltrace/etc/
libc.so.conf 32 addr __ctype_toupper_loc();
  /external/libcxx/src/
locale.cpp 1018 extern "C" const int ** __ctype_toupper_loc();
1087 return *__ctype_toupper_loc();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 1062 extern "C" const int ** __ctype_toupper_loc();
1136 return *__ctype_toupper_loc();
    [all...]

Completed in 264 milliseconds