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

  /bionic/libc/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /development/ndk/platforms/android-3/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
ctype.h 90 int _tolower(int);
186 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 151 __exctype (_tolower); variable
212 # define _tolower(c) ((int) (*__ctype_tolower_loc ())[(int) (c)]) macro

Completed in 546 milliseconds