/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
|
/bionic/libc/stdlib/ |
tolower_.c | 50 #undef tolower macro 52 tolower(int c) function
|
/bionic/libc/unistd/ |
fnmatch.c | 219 && (tolower(**string) >= tolower(*startch)) 220 && (tolower(**string) <= tolower(**pattern))) 231 && (tolower(**string) == tolower(**pattern))) 258 && (tolower(**string) == tolower(**pattern)))
|
/external/chromium_org/third_party/sqlite/src/test/ |
reindex.test | 74 return [expr {-[string compare [string tolower $a] [string tolower $b]]}]
|
/bionic/libstdc++/include/ |
cctype | 54 using ::tolower;
|
/external/chromium_org/device/bluetooth/ |
bluetooth_utils.cc | 52 uuid_result[i] = tolower(uuid[i]);
|
/external/kernel-headers/original/linux/ |
ctype.h | 51 #define tolower(c) __tolower(c) 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
|
/external/stlport/stlport/using/ |
locale | 26 using _STLP_NEW_IO_NAMESPACE::tolower;
|
/external/stlport/test/eh/ |
locale.cpp | 49 printf("Character %c (%d) - upper %c, lower %c\n",(char)ch, ch,toupper((char)ch, cout.getloc()), tolower((char)ch, cout.getloc()));*/
|
/ndk/sources/cxx-stl/gabi++/include/ |
cctype | 54 using ::tolower;
|
/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
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
locale | 26 using _STLP_NEW_IO_NAMESPACE::tolower;
|
/ndk/sources/cxx-stl/system/include/ |
cctype | 54 using ::tolower;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cctype | 52 using ::tolower;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cctype | 52 using ::tolower;
|
/prebuilts/ndk/5/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/5/sources/cxx-stl/stlport/stlport/using/ |
locale | 26 using _STLP_NEW_IO_NAMESPACE::tolower;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cctype | 54 using ::tolower;
|
/prebuilts/ndk/6/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/6/sources/cxx-stl/stlport/stlport/using/ |
locale | 26 using _STLP_NEW_IO_NAMESPACE::tolower;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cctype | 54 using ::tolower;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cctype | 54 using ::tolower;
|
/prebuilts/ndk/7/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/7/sources/cxx-stl/stlport/stlport/using/ |
locale | 26 using _STLP_NEW_IO_NAMESPACE::tolower;
|