Searched refs:isU8_PRINT_LC (Results 1 – 3 of 3) sorted by relevance
2053 #define isU8_PRINT_LC(c) WRAP_U8_LC_((c), CC_PRINT_, is_posix_PRINT) macro2082 #define isPRINT_LC(c) generic_LC_(c, CC_PRINT_, isU8_PRINT_LC)
3927 if (UNLIKELY(cBOOL(isU8_PRINT_LC(i)) != cBOOL(isPRINT_A(i)))) { in S_new_ctype()3931 name, cBOOL(isU8_PRINT_LC(i)))); in S_new_ctype()
540 case CC_ENUM_PRINT_: return isU8_PRINT_LC(character); in S_isFOO_lc()