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

1 23 4

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
ctype.h 83 int tolower(int);
157 __CTYPE_INLINE int tolower(int c) function
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ctype.h 41 #define tolower(c) __tolower(c) macro
  /external/stlport/stlport/
ctype.h 63 # undef tolower macro
  /external/stlport/stlport/stl/
_ctype.h 96 char (tolower)(char __c) const { return do_tolower(__c); } function in class:ctype
97 const char* (tolower)(char* __low, const char* __high) const { function in class:ctype
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } function in class:ctype
203 const wchar_t* (tolower)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 301 void AString::tolower() { function in class:android::AString
305 mData[i] = ::tolower(mData[i]);
  /ndk/sources/cxx-stl/stlport/stlport/
ctype.h 63 # undef tolower macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 96 char (tolower)(char __c) const { return do_tolower(__c); } function in class:ctype
97 const char* (tolower)(char* __low, const char* __high) const { function in class:ctype
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } function in class:ctype
203 const wchar_t* (tolower)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
ctype.h 63 # undef tolower macro
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 96 char (tolower)(char __c) const { return do_tolower(__c); } function in class:ctype
97 const char* (tolower)(char* __low, const char* __high) const { function in class:ctype
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } function in class:ctype
203 const wchar_t* (tolower)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
ctype.h 63 # undef tolower macro
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 96 char (tolower)(char __c) const { return do_tolower(__c); } function in class:ctype
97 const char* (tolower)(char* __low, const char* __high) const { function in class:ctype
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } function in class:ctype
203 const wchar_t* (tolower)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
ctype.h 63 # undef tolower macro
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 96 char (tolower)(char __c) const { return do_tolower(__c); } function in class:ctype
97 const char* (tolower)(char* __low, const char* __high) const { function in class:ctype
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } function in class:ctype
203 const wchar_t* (tolower)(wchar_t* __low, const wchar_t* __high) const function in class:ctype
  /external/libvpx/build/make/
configure.sh 233 tolower(){ function
  /external/linux-tools-perf/util/
util.h 234 #undef tolower macro
254 #define tolower(x) sane_case((unsigned char)(x), 0x20) macro
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
150 #undef tolower macro
151 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
safe-ctype.h 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
147 #undef tolower macro
148 #define tolower(c) do_not_use_tolower_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 78 rather than `unsigned char's because tolower (EOF) must be EOF, which
116 extern int tolower (int __c) __THROW;
148 /* These are the same as `toupper' and `tolower' except that they do not
191 __NTH (tolower (int __c)) function
204 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 78 rather than `unsigned char's because tolower (EOF) must be EOF, which
116 extern int tolower (int __c) __THROW;
148 /* These are the same as `toupper' and `tolower' except that they do not
191 __NTH (tolower (int __c)) function
204 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 78 rather than `unsigned char's because tolower (EOF) must be EOF, which
116 extern int tolower (int __c) __THROW;
148 /* These are the same as `toupper' and `tolower' except that they do not
191 __NTH (tolower (int __c)) function
204 # define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c)) macro

Completed in 2615 milliseconds

1 23 4