OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tolower
(Results
101 - 125
of
807
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
43
using _STLP_VENDOR_CSTD::
tolower
;
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ctype.h
41
#define
tolower
(c) __tolower(c)
macro
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cctype.h
43
using _STLP_VENDOR_CSTD::
tolower
;
/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
Completed in 1094 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>