Home
last modified time | relevance | path

Searched refs:GET_CATEGORY (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Duchar.c268 return (int8_t)GET_CATEGORY(props); in u_charType()
279 return GET_CATEGORY(value); in _enumTypeValue()
312 return (UBool)(GET_CATEGORY(props)==U_LOWERCASE_LETTER); in u_islower()
320 return (UBool)(GET_CATEGORY(props)==U_UPPERCASE_LETTER); in u_isupper()
328 return (UBool)(GET_CATEGORY(props)==U_TITLECASE_LETTER); in u_istitle()
336 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isdigit()
352 return (UBool)(GET_CATEGORY(props)==U_DECIMAL_DIGIT_NUMBER); in u_isxdigit()
390 return (UBool)(GET_CATEGORY(props)!=0); in u_isdefined()
453 return (UBool)(GET_CATEGORY(props)==U_SPACE_SEPARATOR); in u_isblank()
484 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()
[all …]
Duprops.h55 #define GET_CATEGORY(props) ((props)&0x1f) macro
56 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props))
/external/icu4c/tools/genprops/
Dprops2.c650 if(oldType==0 && GET_CATEGORY(oldProps32)!=U_OTHER_LETTER) { in numericLineFn()
669 addProps(start, value|GET_CATEGORY(oldProps32)); in numericLineFn()