OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOLOWER
(Results
1 - 6
of
6
) sorted by null
/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
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/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/bluetooth/glib/glib/
gstrfuncs.c
41
#include <ctype.h> /* For
tolower
() */
704
#define
TOLOWER
(c) (ISUPPER (c) ? (c) - 'A' + 'a' : (c))
[
all
...]
Completed in 862 milliseconds