• Home
  • Raw
  • Download

Lines Matching refs:UCaseProps

33 struct UCaseProps {  struct
49 U_CAPI const UCaseProps * U_EXPORT2
65 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) { in ucase_addPropertyStarts()
134 ucase_tolower(const UCaseProps *csp, UChar32 c) { in ucase_tolower()
151 ucase_toupper(const UCaseProps *csp, UChar32 c) { in ucase_toupper()
168 ucase_totitle(const UCaseProps *csp, UChar32 c) { in ucase_totitle()
199 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) { in ucase_addCaseClosure()
339 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *… in ucase_addStringCaseClosure()
431 ucase_getType(const UCaseProps *csp, UChar32 c) { in ucase_getType()
438 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c) { in ucase_getTypeOrIgnorable()
445 getDotType(const UCaseProps *csp, UChar32 c) { in getDotType()
456 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c) { in ucase_isSoftDotted()
461 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c) { in ucase_isCaseSensitive()
651 isFollowedByCasedLetter(const UCaseProps *csp, UCaseContextIterator *iter, void *context, int8_t di… in isFollowedByCasedLetter()
674 isPrecededBySoftDotted(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBySoftDotted()
731 isPrecededBy_I(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isPrecededBy_I()
755 isFollowedByMoreAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isFollowedByMoreAbove()
778 isFollowedByDotAbove(const UCaseProps *csp, UCaseContextIterator *iter, void *context) { in isFollowedByDotAbove()
801 ucase_toFullLower(const UCaseProps *csp, UChar32 c, in ucase_toFullLower()
945 toUpperOrTitle(const UCaseProps *csp, UChar32 c, in toUpperOrTitle()
1038 ucase_toFullUpper(const UCaseProps *csp, UChar32 c, in ucase_toFullUpper()
1046 ucase_toFullTitle(const UCaseProps *csp, UChar32 c, in ucase_toFullTitle()
1096 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options) { in ucase_fold()
1156 ucase_toFullFolding(const UCaseProps *csp, UChar32 c, in ucase_toFullFolding()
1272 const UCaseProps *csp=GET_CASE_PROPS(); in ucase_hasBinaryProperty()