Searched defs:UCaseProps (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Ducase.h31 struct UCaseProps;
32 typedef struct UCaseProps UCaseProps; typedef in typeref:struct: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 *cs
[all...]
H A Ducase.c32 struct UCaseProps { struct
67 UCaseProps *csp=(UCaseProps *)context;
75 static UCaseProps *
76 ucase_openData(UCaseProps *cspProto,
78 UCaseProps *csp;
124 /* allocate, copy, and return the new UCaseProps */
125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps));
130 uprv_memcpy(csp, cspProto, sizeof(UCaseProps));
[all...]

Completed in 38 milliseconds