Lines Matching refs:UCaseProps

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