Searched refs:isU8_SPACE_LC (Results 1 – 3 of 3) sorted by relevance
2055 #define isU8_SPACE_LC(c) WRAP_U8_LC_((c), CC_SPACE_, is_posix_SPACE) macro2084 #define isSPACE_LC(c) generic_LC_(c, CC_SPACE_, isU8_SPACE_LC)
3939 if (UNLIKELY(cBOOL(isU8_SPACE_LC(i)) != cBOOL(isSPACE_A(i)))) { in S_new_ctype()3943 name, cBOOL(isU8_SPACE_LC(i)))); in S_new_ctype()
542 case CC_ENUM_SPACE_: return isU8_SPACE_LC(character); in S_isFOO_lc()