HomeSort by relevance Sort by last modified time
    Searched defs:UCaseProps (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
ucase.c 32 struct UCaseProps {
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 *csp, UChar32 c)
    [all...]
ucase.h 31 struct UCaseProps;
32 typedef struct UCaseProps UCaseProps;
34 U_CAPI const UCaseProps * U_EXPORT2
38 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
76 ucase_tolower(const UCaseProps *csp, UChar32 c);
79 ucase_toupper(const UCaseProps *csp, UChar32 c);
82 ucase_totitle(const UCaseProps *csp, UChar32 c);
85 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);
97 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 29 milliseconds