• Home
  • Raw
  • Download

Lines Matching defs:csp

67         UCaseProps *csp=(UCaseProps *)context;  in isAcceptable()  local
78 UCaseProps *csp; in ucase_openData() local
137 UCaseProps cspProto={ NULL }, *csp; in ucase_open() local
195 ucase_close(UCaseProps *csp) { in ucase_close()
276 UCaseProps *csp; in ucase_getDummy() local
338 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { in ucase_addPropertyStarts()
358 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT)) argument
407 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower()
424 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper()
441 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle()
472 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()
678 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) { in ucase_getTypeOrIgnorable()
694 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType()
705 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) { in ucase_isSoftDotted()
710 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c) { in ucase_isCaseSensitive()
900 isFollowedByCasedLetter(const UCaseProps *csp, UCaseContextIterator *iter, void *context, int8_t di… in isFollowedByCasedLetter()
923 isPrecededBySoftDotted(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted()
980 isPrecededBy_I(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBy_I()
1004 isFollowedByMoreAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isFollowedByMoreAbove()
1027 isFollowedByDotAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isFollowedByDotAbove()
1050 ucase_toFullLower(const UCaseProps *csp, UChar32 c, in ucase_toFullLower()
1194 toUpperOrTitle(const UCaseProps *csp, UChar32 c, in toUpperOrTitle()
1287 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, in ucase_toFullUpper()
1295 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, in ucase_toFullTitle()
1345 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) { in ucase_fold()
1405 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, in ucase_toFullFolding()
1489 const UCaseProps *csp; in getCaseProps() local
1583 const UCaseProps *csp=GET_CASE_PROPS(); in ucase_hasBinaryProperty() local