Lines Matching defs:UCaseProps
31 struct UCaseProps;
32 typedef struct UCaseProps UCaseProps;
34 U_CAPI UCaseProps * U_EXPORT2
37 U_CAPI UCaseProps * U_EXPORT2
41 ucase_close(UCaseProps *csp);
44 U_CAPI const UCaseProps * U_EXPORT2
55 U_CAPI const UCaseProps * U_EXPORT2
66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
104 ucase_tolower(const UCaseProps *csp, UChar32 c);
107 ucase_toupper(const UCaseProps *csp, UChar32 c);
110 ucase_totitle(const UCaseProps *csp, UChar32 c);
113 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);
125 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa);
140 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa);
144 ucase_getType(const UCaseProps *csp, UChar32 c);
148 ucase_getTypeOrIgnorable(const UCaseProps *csp, UChar32 c);
151 ucase_isSoftDotted(const UCaseProps *csp, UChar32 c);
154 ucase_isCaseSensitive(const UCaseProps *csp, UChar32 c);
232 ucase_toFullLower(const UCaseProps *csp, UChar32 c,
238 ucase_toFullUpper(const UCaseProps *csp, UChar32 c,
244 ucase_toFullTitle(const UCaseProps *csp, UChar32 c,
250 ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
264 UCaseMapFull(const UCaseProps *csp, UChar32 c,