ReactOS 0.4.16-dev-737-g3368adc
|
#include <corecrt.h>
Go to the source code of this file.
#define __PCTYPE_FUNC __pctype_func() |
Definition at line 32 of file corecrt_wctype.h.
Definition at line 58 of file corecrt_wctype.h.
#define _BLANK 0x40 |
Definition at line 54 of file corecrt_wctype.h.
#define _CONTROL 0x20 |
Definition at line 53 of file corecrt_wctype.h.
#define _DIGIT 0x04 |
Definition at line 50 of file corecrt_wctype.h.
#define _HEX 0x80 |
Definition at line 55 of file corecrt_wctype.h.
Definition at line 150 of file corecrt_wctype.h.
Definition at line 142 of file corecrt_wctype.h.
Definition at line 149 of file corecrt_wctype.h.
Definition at line 153 of file corecrt_wctype.h.
Definition at line 145 of file corecrt_wctype.h.
Definition at line 152 of file corecrt_wctype.h.
Definition at line 144 of file corecrt_wctype.h.
Definition at line 151 of file corecrt_wctype.h.
Definition at line 148 of file corecrt_wctype.h.
Definition at line 147 of file corecrt_wctype.h.
Definition at line 143 of file corecrt_wctype.h.
Definition at line 146 of file corecrt_wctype.h.
#define _LEADBYTE 0x8000 |
Definition at line 57 of file corecrt_wctype.h.
#define _LOWER 0x02 |
Definition at line 49 of file corecrt_wctype.h.
#define _pctype (__pctype_func()) |
Definition at line 42 of file corecrt_wctype.h.
#define _PUNCT 0x10 |
Definition at line 52 of file corecrt_wctype.h.
#define _pwctype (__pwctype_func()) |
Definition at line 43 of file corecrt_wctype.h.
#define _SPACE 0x08 |
Definition at line 51 of file corecrt_wctype.h.
#define _UPPER 0x01 |
Definition at line 48 of file corecrt_wctype.h.
Definition at line 136 of file corecrt_wctype.h.
Definition at line 128 of file corecrt_wctype.h.
Definition at line 140 of file corecrt_wctype.h.
Definition at line 135 of file corecrt_wctype.h.
Definition at line 139 of file corecrt_wctype.h.
Definition at line 131 of file corecrt_wctype.h.
Definition at line 138 of file corecrt_wctype.h.
Definition at line 130 of file corecrt_wctype.h.
Definition at line 137 of file corecrt_wctype.h.
Definition at line 134 of file corecrt_wctype.h.
Definition at line 133 of file corecrt_wctype.h.
Definition at line 129 of file corecrt_wctype.h.
Definition at line 132 of file corecrt_wctype.h.
Definition at line 21 of file corecrt_wctype.h.
Definition at line 301 of file stubs.c.
_Check_return_ _ACRTIMP int __cdecl _iswctype_l | ( | _In_ wint_t | _C, |
_In_ wctype_t | _Type, | ||
_In_opt_ _locale_t | _Locale | ||
) |
Definition at line 337 of file stubs.c.
Referenced by _iswalnum_l(), _iswalpha_l(), _iswcntrl_l(), _iswdigit_l(), _iswgraph_l(), _iswlower_l(), _iswprint_l(), _iswpunct_l(), _iswspace_l(), _iswupper_l(), and _iswxdigit_l().
Definition at line 602 of file stubs.c.
Referenced by _towlower_internal().
Definition at line 614 of file stubs.c.
Referenced by _towupper_internal().
_When_ | ( | _Param_(1) | = =0 , |
_Post_equal_to_(0) | |||
) |