Lines Matching defs:UCaseProps
40 struct UCaseProps;
41 typedef struct UCaseProps UCaseProps;
45 U_CAPI const UCaseProps * U_EXPORT2
49 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
87 ucase_tolower(const UCaseProps *csp, UChar32 c);
90 ucase_toupper(const UCaseProps *csp, UChar32 c);
93 ucase_totitle(const UCaseProps *csp, UChar32 c);
96 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);
108 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa);
123 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa);
157 ucase_getType(const UCaseProps *csp, UChar32 c);
161 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c);
164 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c);
167 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c);
251 ucase_toFullLower(const UCaseProps *csp, UChar32 c,
257 ucase_toFullUpper(const UCaseProps *csp, UChar32 c,
263 ucase_toFullTitle(const UCaseProps *csp, UChar32 c,
269 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
283 UCaseMapFull(const UCaseProps *csp, UChar32 c,