HomeSort by relevance Sort by last modified time
    Searched defs:tolower (Results 26 - 32 of 32) sorted by null

12

  /frameworks/base/media/libstagefright/foundation/
AString.cpp 301 void AString::tolower() { function in class:android::AString
305 mData[i] = ::tolower(mData[i]);
  /ndk/sources/android/stlport/stlport/
ctype.h 63 # undef tolower macro
  /ndk/sources/android/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 232 tolower(){ function
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
  /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
  /external/grub/stage2/
shared.h 371 #define tolower grub_tolower macro

Completed in 135 milliseconds

12