Searched refs:U_GC_ZP_MASK (Results 1 – 10 of 10) sorted by relevance
851 #define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR) macro903 #define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
902 #define U_GC_ZP_MASK U_MASK(U_PARAGRAPH_SEPARATOR) macro954 #define U_GC_Z_MASK (U_GC_ZS_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK)
187 return (UBool)((CAT_MASK(props)&(U_GC_CC_MASK|U_GC_CF_MASK|U_GC_ZL_MASK|U_GC_ZP_MASK))!=0); in u_iscntrl()
1168 Value((int32_t)U_GC_ZP_MASK, "Zp Paragraph_Separator"),
645 mask=(mask&~U_GC_ZP_MASK)|U_GC_ZP_MASK; in TestMisc()