Searched refs:TOLOWER (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltlocale.c31 #define TOLOWER(c) (c | 0x20) macro
94 *q++ = TOLOWER(*p++);
161 *q++ = TOLOWER(*p++);
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.cc136 char c = TOLOWER (str[0]);
H A Dhb-private.hh593 static inline unsigned char TOLOWER (unsigned char c) function
/external/harfbuzz_ng/src/
H A Dhb-common.cc136 char c = TOLOWER (str[0]);
H A Dhb-private.hh554 static inline unsigned char TOLOWER (unsigned char c) function

Completed in 1057 milliseconds