OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TOLOWER
(Results
1 - 11
of
11
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h
64
#define
TOLOWER
(c) Py_TOLOWER(c)
67
#undef
tolower
macro
68
#define
tolower
(c) undefined_tolower(c)
macro
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h
64
#define
TOLOWER
(c) Py_TOLOWER(c)
67
#undef
tolower
macro
68
#define
tolower
(c) undefined_tolower(c)
macro
/external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c
31
#define
TOLOWER
(c) (c | 0x20)
94
*q++ =
TOLOWER
(*p++);
161
*q++ =
TOLOWER
(*p++);
/external/libxslt/libxslt/
xsltlocale.c
31
#define
TOLOWER
(c) (c | 0x20)
94
*q++ =
TOLOWER
(*p++);
161
*q++ =
TOLOWER
(*p++);
/external/valgrind/main/coregrind/m_demangle/
safe-ctype.h
113
#define
TOLOWER
(c) _sch_tolower[(c) & 0xff]
150
#undef
tolower
macro
151
#define
tolower
(c) do_not_use_tolower_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
113
#define
TOLOWER
(c) _sch_tolower[(c) & 0xff]
147
#undef
tolower
macro
148
#define
tolower
(c) do_not_use_tolower_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
113
#define
TOLOWER
(c) _sch_tolower[(c) & 0xff]
147
#undef
tolower
macro
148
#define
tolower
(c) do_not_use_tolower_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
113
#define
TOLOWER
(c) _sch_tolower[(c) & 0xff]
147
#undef
tolower
macro
148
#define
tolower
(c) do_not_use_tolower_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
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/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh
546
static inline unsigned char
TOLOWER
(unsigned char c)
/external/harfbuzz_ng/src/
hb-private.hh
535
static inline unsigned char
TOLOWER
(unsigned char c)
Completed in 460 milliseconds