Home
last modified time | relevance | path

Searched refs:_sch_toupper (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Dsafe-ctype.h110 extern const unsigned char _sch_toupper[256];
112 #define TOUPPER(c) _sch_toupper[(c) & 0xff]
Dsafe-ctype.c225 const unsigned char _sch_toupper[256] = variable