다음을 통해 공유


_pctype, _pwctype, _wctype, _mbctype, _mbcasemap

이러한 전역 변수는 문자 분류 함수에서 사용 하는 정보를 포함하고 있습니다. 내부 디버깅에만 사용합니다.

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

설명

The information in _pctype, _pwctype, and _wctype is used internally by functions 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, and iscntrl, iswcntrl, _iscntrl_l, _iswcntrl_l, as well as the toupper, _toupper, towupper, _toupper_l, _towupper_l and tolower, _tolower, towlower, _tolower_l, _towlower_l functions. 이러한 전역 변수를 액세스 하는 대신 이러한 함수를 사용 해야.

_mbctype, _mbcasemap, _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, _ismbslead, _ismbstrail, _ismbslead_l, _ismbstrail_l의 함수에 의해 내부적으로 사용됩니다. 전역 변수를 액세스 하는 대신 이러한 함수를 사용 합니다.

요구 사항

퍼블릭으로 사용하려는 목적이 아닙니다.

참고 항목

참조

is, isw 루틴

__pctype_func