Searched refs:GET_CATEGORY (Results 1 – 2 of 2) sorted by relevance
52 return (int8_t)GET_CATEGORY(props); in u_charType()64 return GET_CATEGORY(value); in _enumTypeValue()93 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()101 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()109 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()117 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isdigit()133 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isxdigit()171 return (UBool)(GET_CATEGORY(props)!=0); in u_isdefined()238 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR); in u_isblank()269 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()[all …]
63 #define GET_CATEGORY(props) ((props)&0x1f) macro64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props))