Searched defs:ctype_base (Results 1 – 4 of 4) sorted by relevance
36 struct ctype_base in _GLIBCXX_VISIBILITY() struct39 typedef const int* __to_type; in _GLIBCXX_VISIBILITY()45 typedef unsigned long mask; in _GLIBCXX_VISIBILITY()46 static const mask upper = _CTYPE_U; in _GLIBCXX_VISIBILITY()47 static const mask lower = _CTYPE_L; in _GLIBCXX_VISIBILITY()48 static const mask alpha = _CTYPE_A; in _GLIBCXX_VISIBILITY()49 static const mask digit = _CTYPE_D; in _GLIBCXX_VISIBILITY()50 static const mask xdigit = _CTYPE_X; in _GLIBCXX_VISIBILITY()51 static const mask space = _CTYPE_S; in _GLIBCXX_VISIBILITY()52 static const mask print = _CTYPE_R; in _GLIBCXX_VISIBILITY()[all …]
36 struct ctype_base in _GLIBCXX_VISIBILITY() struct39 typedef const int* __to_type; in _GLIBCXX_VISIBILITY()43 typedef unsigned long mask; in _GLIBCXX_VISIBILITY()44 static const mask upper = _CTYPE_U; in _GLIBCXX_VISIBILITY()45 static const mask lower = _CTYPE_L; in _GLIBCXX_VISIBILITY()46 static const mask alpha = _CTYPE_A; in _GLIBCXX_VISIBILITY()47 static const mask digit = _CTYPE_D; in _GLIBCXX_VISIBILITY()48 static const mask xdigit = _CTYPE_X; in _GLIBCXX_VISIBILITY()49 static const mask space = _CTYPE_S; in _GLIBCXX_VISIBILITY()50 static const mask print = _CTYPE_R; in _GLIBCXX_VISIBILITY()[all …]
121 class ctype_base; in _GLIBCXX_VISIBILITY() local
125 class ctype_base; in _GLIBCXX_VISIBILITY() local