Go to the source code of this file.
|
| _ACRTIMP int __cdecl | __isascii (int) |
| |
| _ACRTIMP int __cdecl | __iscsym (int) |
| |
| _ACRTIMP int __cdecl | __iscsymf (int) |
| |
| _ACRTIMP int __cdecl | __toascii (int) |
| |
| _ACRTIMP int __cdecl | _isblank_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | _isctype (int, int) |
| |
| _ACRTIMP int __cdecl | _isctype_l (int, int, _locale_t) |
| |
| _ACRTIMP int __cdecl | _islower_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | _isupper_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | _isdigit_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | _isxdigit_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | _tolower (int) |
| |
| _ACRTIMP int __cdecl | _tolower_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | _toupper (int) |
| |
| _ACRTIMP int __cdecl | _toupper_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | isalnum (int) |
| |
| _ACRTIMP int __cdecl | isalpha (int) |
| |
| _ACRTIMP int __cdecl | isblank (int) |
| |
| _ACRTIMP int __cdecl | iscntrl (int) |
| |
| _ACRTIMP int __cdecl | isdigit (int) |
| |
| _ACRTIMP int __cdecl | isgraph (int) |
| |
| _ACRTIMP int __cdecl | islower (int) |
| |
| _ACRTIMP int __cdecl | isprint (int) |
| |
| _ACRTIMP int __cdecl | _isprint_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | ispunct (int) |
| |
| _ACRTIMP int __cdecl | isspace (int) |
| |
| _ACRTIMP int __cdecl | _isspace_l (int, _locale_t) |
| |
| _ACRTIMP int __cdecl | isupper (int) |
| |
| _ACRTIMP int __cdecl | isxdigit (int) |
| |
| _ACRTIMP int __cdecl | tolower (int) |
| |
| _ACRTIMP int __cdecl | toupper (int) |
| |
| static int | isascii (int c) |
| |
| static int | iscsym (int c) |
| |
| static int | iscsymf (int c) |
| |
| static int | toascii (int c) |
| |
◆ WEOF
◆ __isascii()
Definition at line 417 of file ctype.c.
418{
419 return ((
unsigned)
c < 0x80);
420}
◆ __iscsym()
◆ __iscsymf()
◆ __toascii()
Definition at line 425 of file ctype.c.
426{
427 return (
unsigned)
c & 0x7f;
428}
◆ _isblank_l()
Definition at line 398 of file ctype.c.
399{
400#if _MSVCR_VER < 140
402#endif
404}
int CDECL _isctype_l(int c, int type, _locale_t locale)
◆ _isctype()
Definition at line 198 of file ctype.c.
199{
201}
GLuint GLuint GLsizei GLenum type
Referenced by _tolower(), _toupper(), isalnum(), isalpha(), isblank(), iscntrl(), isdigit(), isgraph(), isleadbyte(), islower(), isprint(), ispunct(), isspace(), isupper(), iswctype(), isxdigit(), test_isblank(), tolower(), and toupper().
◆ _isctype_l()
Definition at line 165 of file ctype.c.
166{
168
171 else
173
174 if (
c >= -1 &&
c <= 255)
176
177 if (
locinfo->mb_cur_max != 1 &&
c > 0)
178 {
179
182
184 *pconv++ = (
UINT)
c >> 8;
186 *pconv = 0;
187
190 return typeInfo &
type;
191 }
192 return 0;
193}
BOOL WINAPI GetStringTypeExA(LCID locale, DWORD type, LPCSTR src, INT count, LPWORD chartype)
Referenced by _isalnum_l(), _isalpha_l(), _isblank_l(), _ischartype_l(), _iscntrl_l(), _isctype(), _isdigit_l(), _isgraph_l(), _isleadbyte_l(), _islower_l(), _isprint_l(), _ispunct_l(), _isspace_l(), _isupper_l(), _isxdigit_l(), fast_check_current_locale(), and fast_check_given_locale().
◆ _isdigit_l()
◆ _islower_l()
◆ _isprint_l()
◆ _isspace_l()
◆ _isupper_l()
◆ _isxdigit_l()
◆ _tolower()
◆ _tolower_l()
Definition at line 532 of file ctype.c.
533{
536
539 else
541
542 if((
unsigned)
c < 256)
543 {
547 }
548
551 else {
554 }
556
559 {
560 case 0:
562 case 1:
564 default:
565 return ret[0] + (
ret[1]<<8);
566 }
567}
int CDECL __crtLCMapStringA(LCID lcid, DWORD mapflags, const char *src, int srclen, char *dst, int dstlen, unsigned int codepage, int xflag)
Referenced by _mbslwr_l(), _mbslwr_s_l(), _memicmp_l(), _strlwr_s_l(), _strnicmp_l(), _strtoi64_l(), _strtoui64_l(), test__tolower_l(), and tolower().
◆ _toupper()
◆ _toupper_l()
◆ isalnum()
Definition at line 214 of file ctype.c.
215{
217}
int CDECL _isctype(int c, int type)
Referenced by __iscsym(), _ismbbalnum(), checkeql(), Close(), dup_basename_token(), ExpandTilde(), Format(), XMLStorage::get_xmlsym_end_utf8(), gl_display_matches(), IsFourCCFormat(), isurlneutral(), make_token(), NetBTinetResolve(), Open(), ParseURLA(), PathGetCharTypeW(), Protect(), readstdin(), Save(), strxlen(), TREEVIEW_ProcessLetterKeys(), Unlink(), RequestHandler::urlenc(), and wine_dbgstr_fcc().
◆ isalpha()
◆ isascii()
◆ isblank()
◆ iscntrl()
◆ iscsym()
◆ iscsymf()
◆ isdigit()
◆ isgraph()
◆ islower()
◆ isprint()
◆ ispunct()
◆ isspace()
◆ isupper()
◆ isxdigit()
◆ toascii()
◆ tolower()
Definition at line 572 of file ctype.c.
573{
575 return c>=
'A' &&
c<=
'Z' ?
c-
'A'+
'a' :
c;
577}
int CDECL _tolower_l(int c, _locale_t locale)
◆ toupper()
Definition at line 514 of file ctype.c.
515{
517 return c>=
'a' &&
c<=
'z' ?
c-
'a'+
'A' :
c;
519}
int CDECL _toupper_l(int c, _locale_t locale)