Home | History | Annotate | Download | only in common

Lines Matching defs:ucase_getType

396 ucase_getType(const UCaseProps *csp, UChar32 c) {
401 /** @return same as ucase_getType() and set bit 2 if c is case-ignorable */
1209 return (UBool)(UCASE_LOWER==ucase_getType(GET_CASE_PROPS(), c));
1214 return (UBool)(UCASE_UPPER==ucase_getType(GET_CASE_PROPS(), c));
1252 return (UBool)(UCASE_LOWER==ucase_getType(csp, c));
1254 return (UBool)(UCASE_UPPER==ucase_getType(csp, c));
1260 return (UBool)(UCASE_NONE!=ucase_getType(csp, c));