Home
last modified time | relevance | path

Searched refs:_ischartype_l (Results 1 – 2 of 2) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dctype.h225 #define _isalpha_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA,_Locale)
226 #define _isupper_l(_Char,_Locale) _ischartype_l(_Char,_UPPER,_Locale)
227 #define _islower_l(_Char,_Locale) _ischartype_l(_Char,_LOWER,_Locale)
228 #define _isdigit_l(_Char,_Locale) _ischartype_l(_Char,_DIGIT,_Locale)
229 #define _isxdigit_l(_Char,_Locale) _ischartype_l(_Char,_HEX,_Locale)
230 #define _isspace_l(_Char,_Locale) _ischartype_l(_Char,_SPACE,_Locale)
231 #define _ispunct_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT,_Locale)
232 #define _isalnum_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA|_DIGIT,_Locale)
233 #define _isprint_l(_Char,_Locale) _ischartype_l(_Char,_BLANK|_PUNCT|_ALPHA|_DIGIT,_Locale)
234 #define _isgraph_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT|_ALPHA|_DIGIT,_Locale)
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dctype.h225 #define _isalpha_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA,_Locale)
226 #define _isupper_l(_Char,_Locale) _ischartype_l(_Char,_UPPER,_Locale)
227 #define _islower_l(_Char,_Locale) _ischartype_l(_Char,_LOWER,_Locale)
228 #define _isdigit_l(_Char,_Locale) _ischartype_l(_Char,_DIGIT,_Locale)
229 #define _isxdigit_l(_Char,_Locale) _ischartype_l(_Char,_HEX,_Locale)
230 #define _isspace_l(_Char,_Locale) _ischartype_l(_Char,_SPACE,_Locale)
231 #define _ispunct_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT,_Locale)
232 #define _isalnum_l(_Char,_Locale) _ischartype_l(_Char,_ALPHA|_DIGIT,_Locale)
233 #define _isprint_l(_Char,_Locale) _ischartype_l(_Char,_BLANK|_PUNCT|_ALPHA|_DIGIT,_Locale)
234 #define _isgraph_l(_Char,_Locale) _ischartype_l(_Char,_PUNCT|_ALPHA|_DIGIT,_Locale)
[all …]