HomeSort by relevance Sort by last modified time
    Searched refs:UCaseProps (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
ucase.h 31 struct UCaseProps;
32 typedef struct UCaseProps 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 *csp, UChar32 c, const USetAdder *sa)
    [all...]
ustr_imp.h 98 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,
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...]
unistr_case.cpp 102 const UCaseProps *csp=ucase_getSingleton();
ustrcase.c 344 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;
uprops.cpp 132 const UCaseProps *csp=ucase_getSingleton();
597 const UCaseProps *csp=ucase_getSingleton();
unormcmp.cpp 148 const UCaseProps *csp;
ucasemap.c 408 utf8_foldCase(const UCaseProps *csp,
utext.cpp 573 const UCaseProps *csp;
694 const UCaseProps *csp;
    [all...]
uniset_props.cpp     [all...]
  /external/icu4c/common/
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...]
ucase.cpp 34 struct UCaseProps {
48 /* UCaseProps singleton ----------------------------------------------------- */
50 U_CAPI const UCaseProps * U_EXPORT2
66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode) {
135 ucase_tolower(const UCaseProps *csp, UChar32 c) {
152 ucase_toupper(const UCaseProps *csp, UChar32 c) {
169 ucase_totitle(const UCaseProps *csp, UChar32 c) {
200 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) {
340 ucase_addStringCaseClosure(const UCaseProps *csp, const UChar *s, int32_t length, const USetAdder *sa) {
432 ucase_getType(const UCaseProps *csp, UChar32 c)
    [all...]
ustr_imp.h 89 const UCaseProps *csp;
uniset_closure.cpp 185 const UCaseProps *csp = ucase_getSingleton();
uprops.cpp 132 const UCaseProps *csp=ucase_getSingleton();
571 const UCaseProps *csp=ucase_getSingleton();
ustrcase.cpp 330 ustr_foldCase(const UCaseProps *csp,
474 const UCaseProps *csp;
unormcmp.cpp 148 const UCaseProps *csp;
ucasemap.cpp 420 utf8_foldCase(const UCaseProps *csp,
  /external/chromium_org/third_party/icu/source/i18n/
casetrn.h 85 const UCaseProps *fCsp;
rematch.cpp     [all...]
  /external/icu4c/i18n/
casetrn.h 85 const UCaseProps *fCsp;
regeximp.h 383 const UCaseProps *fcsp;
413 const UCaseProps *fcsp;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 230 milliseconds

1 2