OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:islower
(Results
1 - 25
of
125
) sorted by null
1
2
3
4
5
/bionic/libstdc++/include/
cctype
48
using ::
islower
;
/external/webkit/Source/JavaScriptCore/wtf/
DisallowCType.h
47
#undef
islower
macro
64
#define
islower
islower_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h
macro
/ndk/sources/cxx-stl/gabi++/include/
cctype
48
using ::
islower
;
/ndk/sources/cxx-stl/system/include/
cctype
48
using ::
islower
;
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
cctype
46
using ::
islower
;
ctype.h
73
int
islower
(int);
123
__CTYPE_INLINE int
islower
(int c)
function
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
cctype
46
using ::
islower
;
ctype.h
77
int
islower
(int);
127
__CTYPE_INLINE int
islower
(int c)
function
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
cctype
48
using ::
islower
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
cctype
48
using ::
islower
;
/system/extras/tests/bionic/libstdc++/
test_cctype.cpp
56
#ifdef
islower
92
using std::
islower
;
/external/stlport/stlport/stl/
_cctype.h
37
using _STLP_VENDOR_CSTD::
islower
;
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
37
using _STLP_VENDOR_CSTD::
islower
;
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
37
using _STLP_VENDOR_CSTD::
islower
;
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cctype.h
37
using _STLP_VENDOR_CSTD::
islower
;
/external/kernel-headers/original/linux/
ctype.h
27
#define
islower
(c) ((__ismask(c)&(_L)) != 0)
macro
46
if (
islower
(c))
/external/pcre/
pcre_maketables.c
90
for (i = 0; i < 256; i++) *p++ =
islower
(i)? toupper(i) : tolower(i);
106
if (
islower
(i)) p[cbit_lower + i/8] |= 1 << (i&7);
/bionic/libc/include/
ctype.h
77
int
islower
(int);
127
__CTYPE_INLINE int
islower
(int c)
function
/development/ndk/platforms/android-3/include/
ctype.h
77
int
islower
(int);
127
__CTYPE_INLINE int
islower
(int c)
function
/external/stlport/stlport/
ctype.h
55
# undef
islower
macro
73
__inline int (
islower
)(int c) { return _isctype(c, _LOWER); }
function
/ndk/sources/cxx-stl/stlport/stlport/
ctype.h
55
# undef
islower
macro
73
__inline int (
islower
)(int c) { return _isctype(c, _LOWER); }
function
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
ctype.h
77
int
islower
(int);
127
__CTYPE_INLINE int
islower
(int c)
function
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
ctype.h
77
int
islower
(int);
127
__CTYPE_INLINE int
islower
(int c)
function
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
ctype.h
77
int
islower
(int);
127
__CTYPE_INLINE int
islower
(int c)
function
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
ctype.h
77
int
islower
(int);
127
__CTYPE_INLINE int
islower
(int c)
function
Completed in 677 milliseconds
1
2
3
4
5