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

  /external/icu/icu4c/source/common/
ucase.cpp 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)
    [all...]
ucase.h 40 struct UCaseProps;
41 typedef struct UCaseProps UCaseProps;
45 U_CAPI const UCaseProps * U_EXPORT2
49 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
87 ucase_tolower(const UCaseProps *csp, UChar32 c);
90 ucase_toupper(const UCaseProps *csp, UChar32 c);
93 ucase_totitle(const UCaseProps *csp, UChar32 c);
96 ucase_fold(const UCaseProps *csp, UChar32 c, uint32_t options);
108 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 8 * file name: UCaseProps.java
33 public final class UCaseProps {
38 private UCaseProps() throws IOException {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 363 milliseconds