Searched defs:_sch_isidst (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.h70 _sch_isidst = 0x0200, /* A-Za-z_ */ enumerator in enum:__anon14815
77 _sch_isidnum = _sch_isidst|_sch_isdigit, /* A-Za-z0-9_ */
103 #define ISIDST(c) _sch_test(c, _sch_isidst)

Completed in 86 milliseconds