ReactOS 0.4.16-dev-1040-g85afe48
|
Go to the source code of this file.
#define __chvalidchk | ( | a, | |
b | |||
) | (__acrt_locale_get_ctype_array_value(__PCTYPE_FUNC, (a), (b))) |
#define __mb_cur_max (___mb_cur_max_func()) |
#define MB_CUR_MAX ___mb_cur_max_func() |
__inline __crt_locale_data_public *__CRTDECL __acrt_get_locale_data_prefix | ( | void const volatile *const | _LocalePointers | ) |
Definition at line 208 of file ctype.h.
Referenced by _chvalidchk_l(), and _ischartype_l().
__inline int __CRTDECL __acrt_locale_get_ctype_array_value | ( | _In_reads_(_Char_value+1) unsigned short const *const | _Locale_pctype_array, |
_In_range_(-1, 255) int const | _Char_value, | ||
_In_ int const | _Mask | ||
) |
Definition at line 85 of file ctype.h.
Referenced by _chvalidchk_l().
Definition at line 170 of file ctype.h.
Referenced by get_drive_number_from_path(), is_root_or_empty(), and __crt_strtox::parse_digit().
Definition at line 152 of file ctype.h.
Referenced by __ascii_memicmp(), __ascii_stricmp(), __ascii_strnicmp(), __ascii_towlower(), and tolower().
Definition at line 161 of file ctype.h.
Referenced by __ascii_towupper(), and toupper().
Definition at line 180 of file ctype.h.
Referenced by __ascii_wcsicmp(), __ascii_wcsnicmp(), _expandlocale(), and get_drive_number_from_path().
Definition at line 185 of file ctype.h.
Referenced by get_drive_number_from_path(), and __crt_strtox::parse_digit().
__inline int __CRTDECL _chvalidchk_l | ( | _In_ int const | _C, |
_In_ int const | _Mask, | ||
_In_opt_ _locale_t const | _Locale | ||
) |
Definition at line 218 of file ctype.h.
__inline int __CRTDECL _ischartype_l | ( | _In_ int const | _C, |
_In_ int const | _Mask, | ||
_In_opt_ _locale_t const | _Locale | ||
) |
_UCRT_DISABLE_CLANG_WARNINGS _CRT_BEGIN_C_HEADER _Check_return_ _ACRTIMP int __cdecl _isctype | ( | _In_ int | _C, |
_In_ int | _Type | ||
) |
_Check_return_ _ACRTIMP int __cdecl _isctype_l | ( | _In_ int | _C, |
_In_ int | _Type, | ||
_In_opt_ _locale_t | _Locale | ||
) |
Globals
iXlate functions
Definition at line 14 of file xlateobj.c.
_Check_return_ _CRT_JIT_INTRINSIC _ACRTIMP int __cdecl _tolower | ( | _In_ int | _C | ) |
Definition at line 697 of file stubs.c.
Referenced by test__tolower_l().
_Check_return_ _CRT_JIT_INTRINSIC _ACRTIMP int __cdecl _toupper | ( | _In_ int | _C | ) |
_When_ | ( | _Param_(1) | = =0 , |
_Post_equal_to_(0) | |||
) |
_Check_return_ _CRT_JIT_INTRINSIC _ACRTIMP int __cdecl isalnum | ( | _In_ int | _C | ) |
_Check_return_ _CRT_JIT_INTRINSIC _ACRTIMP int __cdecl isalpha | ( | _In_ int | _C | ) |
_Check_return_ _CRT_JIT_INTRINSIC _ACRTIMP int __cdecl islower | ( | _In_ int | _C | ) |
_Check_return_ _CRT_JIT_INTRINSIC _ACRTIMP int __cdecl isupper | ( | _In_ int | _C | ) |