Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1985 (isalpha((U8) (c)) && ! is_posix_PUNCT(c))
1987 (isalnum((U8) (c)) && ! is_posix_PUNCT(c))
1989 ((isupper((U8) (c)) || islower((U8) (c))) && ! is_posix_PUNCT(c))
1991 (isdigit((U8) (c)) && ! is_posix_PUNCT(c))
1995 (islower((U8) (c)) && ! is_posix_PUNCT(c))
1998 # define is_posix_PUNCT(c) \ macro
2001 (isupper((U8) (c)) && ! is_posix_PUNCT(c))
2003 (isxdigit((U8) (c)) && ! is_posix_PUNCT(c))
2023 # define is_posix_PUNCT(c) ispunct((U8) (c))
2054 #define isU8_PUNCT_LC(c) WRAP_U8_LC_((c), CC_PUNCT_, is_posix_PUNCT)