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);
const unsigned short * _pctype
const unsigned short * _pwctype
int __cdecl ispunct(int c)
int __cdecl tolower(int c)
const unsigned short _wctype[]
const unsigned short wine_wctype_table[]
int __cdecl _isleadbyte_l(int c, _locale_t locale)
const unsigned short ** __p__pwctype(void)
const unsigned short _ctype[]
int __cdecl isgraph(int c)
int __cdecl iscntrl(int c)
int __cdecl _isctype_l(int c, int type, _locale_t locale)
int __cdecl toupper(int c)
const unsigned short *__cdecl __pwctype_func(void)
int __cdecl isalnum(int c)
int __cdecl _isctype(int c, int ctypeFlags)
BOOL WINAPI GetStringTypeExA(LCID locale, DWORD type, LPCSTR src, INT count, LPWORD chartype)
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
GLuint GLuint GLsizei GLenum type
struct MSVCRT_localeinfo_struct * MSVCRT__locale_t