HomeSort by relevance Sort by last modified time
    Searched defs:tolower (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /bionic/libc/stdlib/
tolower_.c 50 #undef tolower macro
52 tolower(int c) function
  /external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h 54 #undef tolower macro
71 #define tolower tolower_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
  /bionic/libc/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /bionic/libc/kernel/common/linux/
ctype.h 49 #define tolower(c) __tolower(c) macro
  /development/ndk/platforms/android-3/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /development/ndk/platforms/android-3/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /external/kernel-headers/original/linux/
ctype.h 51 #define tolower(c) __tolower(c) macro
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osRgstry_parser.c 83 #ifndef tolower
84 #define tolower(c) ( (c) | 0x20) macro
102 for( i=0; &buf[i] <= end_buf && buf[i] && str[i] && (tolower(buf[i]) == tolower(str[i])); i++ ) ;
104 if ((!str[i]) && (!((tolower(*(buf-1))>='a') && (tolower(*(buf-1))<='z'))))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
ctype.h 79 int tolower(int);
153 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function

Completed in 2583 milliseconds

1 2 3 4