Lines Matching defs:csp
69 UCaseProps *csp=(UCaseProps *)context; in isAcceptable() local
80 UCaseProps *csp; in ucase_openData() local
139 UCaseProps cspProto={ NULL }, *csp; in ucase_open() local
197 ucase_close(UCaseProps *csp) { in ucase_close()
276 UCaseProps *csp; in ucase_getDummy() local
337 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { in ucase_addPropertyStarts()
358 #define GET_PROPS(csp, c, result) \ argument
361 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument
410 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower()
428 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper()
446 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle()
470 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()
612 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *… in ucase_addStringCaseClosure()
671 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType()
679 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) { in ucase_getTypeOrIgnorable()
698 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType()
710 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) { in ucase_isSoftDotted()
715 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c) { in ucase_isCaseSensitive()
892 isFollowedByCasedLetter(const UCaseProps *csp, UCaseContextIterator *iter, void *context, int8_t di… in isFollowedByCasedLetter()
916 isPrecededBySoftDotted(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted()
973 isPrecededBy_I(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBy_I()
997 isFollowedByMoreAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isFollowedByMoreAbove()
1020 isFollowedByDotAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isFollowedByDotAbove()
1043 ucase_toFullLower(const UCaseProps *csp, UChar32 c, in ucase_toFullLower()
1197 toUpperOrTitle(const UCaseProps *csp, UChar32 c, in toUpperOrTitle()
1293 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, in ucase_toFullUpper()
1301 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, in ucase_toFullTitle()
1351 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) { in ucase_fold()
1412 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, in ucase_toFullFolding()
1500 const UCaseProps *csp; in getCaseProps() local
1583 const UCaseProps *csp=GET_CASE_PROPS(); in ucase_hasBinaryProperty() local