Searched refs:_sch_tolower (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h111 extern const unsigned char _sch_tolower[256];
113 #define TOLOWER(c) _sch_tolower[(c) & 0xff]
H A Dsafe-ctype.c197 const unsigned char _sch_tolower[256] = variable

Completed in 541 milliseconds