OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISLOWER
(Results
1 - 10
of
10
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h
39
#define
ISLOWER
(c) Py_ISLOWER(c)
47
#undef
islower
macro
48
#define
islower
(c) undefined_islower(c)
macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h
39
#define
ISLOWER
(c) Py_ISLOWER(c)
47
#undef
islower
macro
48
#define
islower
(c) undefined_islower(c)
macro
/ndk/sources/host-tools/make-3.81/glob/
fnmatch.c
83
# define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
382
|| (STREQ (str, "lower") &&
ISLOWER
((unsigned char) *n))
/ndk/sources/host-tools/sed-4.2.1/
basicdefs.h
158
#define
ISLOWER
(c) (ISASCII (c) &&
islower
(c))
/system/core/sh/
syntax.h
56
#define
ISLOWER
04 /* a lower case letter */
/external/valgrind/main/coregrind/m_demangle/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
136
#undef
islower
macro
137
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_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
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_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
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_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
95
#define
ISLOWER
(c) _sch_test(c, _sch_islower)
133
#undef
islower
macro
134
#define
islower
(c) do_not_use_islower_with_safe_ctype
macro
Completed in 750 milliseconds