Searched refs:UCaseProps (Results 1 - 14 of 14) 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 const UCaseProps * U_EXPORT2
43 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
81 ucase_tolower(const UCaseProps *csp, UChar32 c);
84 ucase_toupper(const UCaseProps *csp, UChar32 c);
87 ucase_totitle(const UCaseProps *csp, UChar32 c);
90 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);
102 ucase_addCaseClosure(const UCaseProps *cs
[all...]
H A Dustr_imp.h98 const UCaseProps *csp;
125 ustr_toLower(const UCaseProps *csp,
135 ustr_toUpper(const UCaseProps *csp,
147 ustr_toTitle(const UCaseProps *csp,
161 ustr_foldCase(const UCaseProps *csp,
H A Ducase.c32 struct UCaseProps { struct
45 /* UCaseProps singleton ----------------------------------------------------- */
47 U_CAPI const UCaseProps * U_EXPORT2
63 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
132 ucase_tolower(const UCaseProps *csp, UChar32 c) {
149 ucase_toupper(const UCaseProps *csp, UChar32 c) {
166 ucase_totitle(const UCaseProps *csp, UChar32 c) {
197 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) {
337 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa) {
396 ucase_getType(const UCaseProps *cs
[all...]
H A Dunistr_case.cpp102 const UCaseProps *csp=ucase_getSingleton();
H A Dustrcase.c344 ustr_toLower(const UCaseProps *csp,
364 ustr_toUpper(const UCaseProps *csp,
386 ustr_toTitle(const UCaseProps *csp,
416 ustr_foldCase(const UCaseProps *csp,
653 const UCaseProps *csp;
H A Duprops.cpp132 const UCaseProps *csp=ucase_getSingleton();
597 const UCaseProps *csp=ucase_getSingleton();
H A Dunormcmp.cpp148 const UCaseProps *csp;
H A Ducasemap.c408 utf8_foldCase(const UCaseProps *csp,
H A Dutext.cpp573 const UCaseProps *csp;
694 const UCaseProps *csp;
H A Duniset_props.cpp1409 const UCaseProps *csp = ucase_getSingleton();
H A Ducase_props_data.c713 static const UCaseProps ucase_props_singleton={
/external/icu4c/i18n/
H A Dcasetrn.h85 const UCaseProps *fCsp;
H A Drematch.cpp3943 const UCaseProps *csp = ucase_getSingleton();
5620 const UCaseProps *csp = ucase_getSingleton();
/external/icu4c/test/cintltst/
H A Dcucdtst.c3055 UCaseProps *csp;
3056 const UCaseProps *ccsp;
3077 log_err("ucase_openBinary() does not seem to return working UCaseProps\n");

Completed in 179 milliseconds