Freigeben über


_pctype, _pwctype, _wctype, _mbctype, _mbcasemap

Diese globalen Variablen enthalten die Informationen, die von der Zeichenklassifizierungsfunktionen verwendet werden. Sie sind nur für die interne Verwendung gedacht.

extern const unsigned short *_pctype;
extern const wctype_t *_pwctype;
extern const unsigned short _wctype[];
extern unsigned char _mbctype[];
extern unsigned char _mbcasemap[];

Hinweise

Die Informationen in _pctype, _pwctype und _wctype werden intern von Funktionen isupper, _isupper_l, iswupper, _iswupper_l, islower, iswlower, _islower_l, _iswlower_l, isdigit, iswdigit, _isdigit_l, _iswdigit_l, isxdigit, iswxdigit, _isxdigit_l, _iswxdigit_l, isspace, iswspace, _isspace_l, _iswspace_l, isalnum, iswalnum, _isalnum_l, _iswalnum_l, ispunct, iswpunct, _ispunct_l, _iswpunct_l, isgraph, iswgraph, _isgraph_l, _iswgraph_l und iscntrl, iswcntrl, _iscntrl_l, _iswcntrl_l sowie toupper, _toupper, towupper, _toupper_l, _towupper_l und tolower, _tolower, towlower, _tolower_l, _towlower_l-Funktionen verwendet. Diese Funktionen sollten verwendet werden, anstatt, globalen Variablen auf diese zuzugreifen.

Die Informationen in _mbctype und _mbcasemap werden intern von _ismbbkalnum, _ismbbkalnum_l, _ismbbkana, _ismbbkana_l, _ismbbkpunct, _ismbbkpunct_l, _ismbbkprint, _ismbbkprint_l, _ismbbalpha, _ismbbalpha_l, _ismbbpunct, _ismbbpunct_l, _ismbbalnum, _ismbbalnum_l, _ismbbprint, _ismbbprint_l, _ismbbgraph, _ismbbgraph_l, _ismbblead, _ismbblead_l, _ismbbtrail, _ismbbtrail_l, _ismbslead, _ismbstrail, _ismbslead_l, _ismbstrail_l und _ismbslead, _ismbstrail, _ismbslead_l, _ismbstrail_l. Verwenden Sie diese Funktionen, anstatt, auf die globalen Variablen zugreifen.

Anforderungen

Nicht für die öffentliche Verwendung.

Siehe auch

Referenz

is- und isw-Routinen

__pctype_func