Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h113 #define TOLOWER(c) _sch_tolower[(c) & 0xff] macro
/external/harfbuzz_ng/src/
Dhb-private.hh552 static inline unsigned char TOLOWER (unsigned char c) in TOLOWER() function