33#define upalpha ('A' - 'a')
577 return (
_pctype[(
unsigned char)(
c & 0xFF)] & ctypeFlags);
592 if (
c >= -1 &&
c <= 255)
595 if (
locinfo->mb_cur_max != 1 &&
c > 0)
602 *pconv++ = (
UINT)
c >> 8;
608 return typeInfo &
type;
657 return ((
unsigned char)
c <= 0x7f);
681 return (
c < 127 && (
isalnum(
c) || (
c ==
'_')));
689 return (
c < 127 && (
isalpha(
c) || (
c ==
'_')));
845 return((
unsigned int)(
c) & 0x7f);
#define _isleadbyte_l(_C, _L)
BOOL WINAPI GetStringTypeExA(LCID locale, DWORD type, LPCSTR src, INT count, LPWORD chartype)
const unsigned short *CDECL __pwctype_func(void)
int CDECL _isctype_l(int c, int type, _locale_t locale)
int CDECL _isctype(int c, int type)
unsigned short **CDECL __p__pwctype(void)
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
GLuint GLuint GLsizei GLenum type
struct MSVCRT_localeinfo_struct * MSVCRT__locale_t
const unsigned short * _pctype
const unsigned short * _pwctype
const unsigned short _wctype[]
const unsigned short wine_wctype_table[]
const unsigned short _ctype[]