Searched refs:isPUNCT_A (Results 1 – 10 of 10) sorted by relevance
37 isPUNCT_A # U
1657 # define isPUNCT_A(c) generic_isCC_A_(c, CC_PUNCT_) macro1735 # define isPUNCT_A(c) ((c) == '-' || (c) == '!' || (c) == '"' \1746 # define isGRAPH_A(c) (isALPHANUMERIC_A(c) || isPUNCT_A(c))1802 # define isPUNCT_L1(c) (isPUNCT_A(c) \1859 #define isPUNCT(c) isPUNCT_A(c)
1194 if (isPUNCT_A(start) || isSPACE_A(start)) { in S_put_range()1195 while (start <= end && (isPUNCT_A(start) in S_put_range()
14715 if ( isPUNCT_A(name[i]) in S_parse_uniprop_string()14722 && (name[i] != '\\' || (i < name_len && isPUNCT_A(name[i+1])))) in S_parse_uniprop_string()
3933 if (UNLIKELY(cBOOL(isU8_PUNCT_LC(i)) != cBOOL(isPUNCT_A(i)))) { in S_new_ctype()
495 # undef isPUNCT_A716 __UNDEFINED__ isPUNCT_A(c) isPUNCT(c)1764 isPUNCT_A(ord)1767 RETVAL = isPUNCT_A(ord);
251 isPUNCT_A # T
13043 # undef isPUNCT_A13453 #ifndef isPUNCT_A13454 # define isPUNCT_A(c) isPUNCT(c) macro
345 Amd|bool|isPUNCT_A|UV ch
6374 RETVAL = isPUNCT_A(ord);