Searched defs:ctype_base (Results 1 – 4 of 4) sorted by relevance
41 struct ctype_base in _GLIBCXX_VISIBILITY() struct44 typedef const int* __to_type; in _GLIBCXX_VISIBILITY()48 typedef unsigned short mask; in _GLIBCXX_VISIBILITY()49 static const mask upper = _ISupper; in _GLIBCXX_VISIBILITY()50 static const mask lower = _ISlower; in _GLIBCXX_VISIBILITY()51 static const mask alpha = _ISalpha; in _GLIBCXX_VISIBILITY()52 static const mask digit = _ISdigit; in _GLIBCXX_VISIBILITY()53 static const mask xdigit = _ISxdigit; in _GLIBCXX_VISIBILITY()54 static const mask space = _ISspace; in _GLIBCXX_VISIBILITY()55 static const mask print = _ISprint; in _GLIBCXX_VISIBILITY()[all …]
125 class ctype_base; in _GLIBCXX_VISIBILITY() local