HomeSort by relevance Sort by last modified time
    Searched refs:_tolower (Results 1 - 25 of 63) sorted by null

1 2 3

  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 145 #undef _tolower macro
147 _tolower(int c) function
  /bionic/tests/
ctype_test.cpp 124 TEST(ctype, _tolower) {
125 // _tolower may mangle characters for which isupper is false.
126 EXPECT_EQ('a', _tolower('A'));
  /development/ndk/platforms/android-3/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/
ctype.h 94 int _tolower(int);
190 __CTYPE_INLINE int _tolower(int c) function

Completed in 1039 milliseconds

1 2 3